Html Css Color HEX #D2408E Mulberry

📋 copy color: '#D2408E'

red 210 ◦ green 64 ◦ blue 142

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

Shades of Mulberry #D2408E

Tints of Mulberry #D2408E

RGB

 RED value IS 210 (82.42% from 255) = 50.48%

 GREEN value IS 64 (25.39% from 255) = 15.38%

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 50.48%
G = 15.38%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2408E (or 0xD2408E) is known color: Mulberry. HEX triplet: D2, 40 and 8E. RGB value is (210,64,142). Sum of RGB (Red+Green+Blue) = 210+64+142=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2408E is #2DBF71. Grayscale: #747474. Windows color (decimal): -2998130 or 9322706. OLE color: 9322706.

HSL color Cylindrical-coordinate representation of color #D2408E: hue angle of 327.95º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2408E is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 142 -
CMYK 0 0.70 0.32 0.18
HSL 327.95º 0.62% 0.54% -
HSV(B) 327.95º 0.7% 0.82% -
XYZ 33.29 19.32 27.57 -
YUV 116.55 142.37 194.66 -
System Red Green Blue C M Y K H S L
Decimal 210 64 142 0 0.70 0.32 0.18 327.95 0.62 0.54
Hex D2 40 8E 0 46 20 12 148 3E 36
Octal 322 100 216 0 106 40 22 510 76 66
Binary 11010010 1000000 10001110 0 1000110 100000 10010 101001000 111110 110110

Color Harmonies of #D2408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2408E

Black with #D2408E

Text Example


Text Example

White with #D2408E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2408E; }

 p { color: rgb(210,64,142); }

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

background-color css

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

 a { background-color: rgb(210,64,142); }

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

border-color css

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

 span { border-color: rgb(210,64,142); }

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