Html Css Color HEX #D24096 Mulberry

📋 copy color: '#D24096'

red 210 ◦ green 64 ◦ blue 150

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

Shades of Mulberry #D24096

Tints of Mulberry #D24096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 49.53%
G = 15.09%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D24096 (or 0xD24096) is known color: Mulberry. HEX triplet: D2, 40 and 96. RGB value is (210,64,150). Sum of RGB (Red+Green+Blue) = 210+64+150=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D24096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24096 is #2DBF69. Grayscale: #757575. Windows color (decimal): -2998122 or 9846994. OLE color: 9846994.

HSL color Cylindrical-coordinate representation of color #D24096: hue angle of 324.66º 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 #D24096 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 150 -
CMYK 0 0.70 0.29 0.18
HSL 324.66º 0.62% 0.54% -
HSV(B) 324.66º 0.7% 0.82% -
XYZ 33.92 19.57 30.84 -
YUV 117.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 210 64 150 0 0.70 0.29 0.18 324.66 0.62 0.54
Hex D2 40 96 0 46 1D 12 145 3E 36
Octal 322 100 226 0 106 35 22 505 76 66
Binary 11010010 1000000 10010110 0 1000110 11101 10010 101000101 111110 110110

Color Harmonies of #D24096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24096

Black with #D24096

Text Example


Text Example

White with #D24096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24096; }

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

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

background-color css

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

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

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

border-color css

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

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

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