Html Css Color HEX #D24DA9 Mulberry

📋 copy color: '#D24DA9'

red 210 ◦ green 77 ◦ blue 169

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

Shades of Mulberry #D24DA9

Tints of Mulberry #D24DA9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.89%

 BLUE value IS 169 (66.41% from 255) = 37.06%

R = 46.05%
G = 16.89%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D24DA9 (or 0xD24DA9) is known color: Mulberry. HEX triplet: D2, 4D and A9. RGB value is (210,77,169). Sum of RGB (Red+Green+Blue) = 210+77+169=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24DA9 is #2DB256. Grayscale: #7F7F7F. Windows color (decimal): -2994775 or 11095506. OLE color: 11095506.

HSL color Cylindrical-coordinate representation of color #D24DA9: hue angle of 318.5º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24DA9 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 77 169 -
CMYK 0 0.63 0.20 0.18
HSL 318.5º 0.6% 0.56% -
HSV(B) 318.5º 0.63% 0.82% -
XYZ 36.39 21.87 39.84 -
YUV 127.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 210 77 169 0 0.63 0.20 0.18 318.5 0.6 0.56
Hex D2 4D A9 0 3F 14 12 13E 3C 38
Octal 322 115 251 0 77 24 22 476 74 70
Binary 11010010 1001101 10101001 0 111111 10100 10010 100111110 111100 111000

Color Harmonies of #D24DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24DA9

Black with #D24DA9

Text Example


Text Example

White with #D24DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24DA9; }

 p { color: rgb(210,77,169); }

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

background-color css

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

 a { background-color: rgb(210,77,169); }

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

border-color css

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

 span { border-color: rgb(210,77,169); }

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