Html Css Color HEX #D24CA9 Mulberry

📋 copy color: '#D24CA9'

red 210 ◦ green 76 ◦ blue 169

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

Shades of Mulberry #D24CA9

Tints of Mulberry #D24CA9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.7%

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

R = 46.15%
G = 16.7%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D24CA9 (or 0xD24CA9) is known color: Mulberry. HEX triplet: D2, 4C and A9. RGB value is (210,76,169). Sum of RGB (Red+Green+Blue) = 210+76+169=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24CA9 is #2DB356. Grayscale: #7E7E7E. Windows color (decimal): -2995031 or 11095250. OLE color: 11095250.

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

Color convert

RGB 210 76 169 -
CMYK 0 0.64 0.20 0.18
HSL 318.36º 0.6% 0.56% -
HSV(B) 318.36º 0.64% 0.82% -
XYZ 36.32 21.74 39.82 -
YUV 126.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 210 76 169 0 0.64 0.20 0.18 318.36 0.6 0.56
Hex D2 4C A9 0 40 14 12 13E 3C 38
Octal 322 114 251 0 100 24 22 476 74 70
Binary 11010010 1001100 10101001 0 1000000 10100 10010 100111110 111100 111000

Color Harmonies of #D24CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CA9

Black with #D24CA9

Text Example


Text Example

White with #D24CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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