Html Css Color HEX #D750A2 Mulberry

📋 copy color: '#D750A2'

red 215 ◦ green 80 ◦ blue 162

#D750A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #D750A2

Tints of Mulberry #D750A2

RGB

 RED value IS 215 (84.38% from 255) = 47.05%

 GREEN value IS 80 (31.64% from 255) = 17.51%

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 47.05%
G = 17.51%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D750A2 (or 0xD750A2) is known color: Mulberry. HEX triplet: D7, 50 and A2. RGB value is (215,80,162). Sum of RGB (Red+Green+Blue) = 215+80+162=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D750A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D750A2 is #28AF5D. Grayscale: #818181. Windows color (decimal): -2666334 or 10637527. OLE color: 10637527.

HSL color Cylindrical-coordinate representation of color #D750A2: hue angle of 323.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D750A2 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 162 -
CMYK 0 0.63 0.25 0.16
HSL 323.56º 0.63% 0.58% -
HSV(B) 323.56º 0.63% 0.84% -
XYZ 37.41 22.79 36.61 -
YUV 129.71 146.23 188.83 -
System Red Green Blue C M Y K H S L
Decimal 215 80 162 0 0.63 0.25 0.16 323.56 0.63 0.58
Hex D7 50 A2 0 3F 19 10 144 3F 3A
Octal 327 120 242 0 77 31 20 504 77 72
Binary 11010111 1010000 10100010 0 111111 11001 10000 101000100 111111 111010

Color Harmonies of #D750A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D750A2

Black with #D750A2

Text Example


Text Example

White with #D750A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D750A2; }

 p { color: rgb(215,80,162); }

 H1.HeaderClassName
 {
   color: #D750A2;
 }
 .AnyTagClassName
 {
   color: #D750A2;
 }
</style>

background-color css

<style>
 a { background-color: #D750A2; }

 a { background-color: rgb(215,80,162); }

 div.DivClassName
 {
   background-color: #D750A2;
 }
 .BgClassName
 {
   background-color: #D750A2;
 }
</style>

border-color css

<style>
 span { border-color: #D750A2; }

 span { border-color: rgb(215,80,162); }

 td.TdClassName
 {
   border-color: #D750A2;
 }
 .TagClassName
 {
   border-color: #D750A2;
 }
</style>