Html Css Color HEX #D24989 Mulberry

📋 copy color: '#D24989'

red 210 ◦ green 73 ◦ blue 137

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

Shades of Mulberry #D24989

Tints of Mulberry #D24989

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.38%

 BLUE value IS 137 (53.91% from 255) = 32.62%

R = 50%
G = 17.38%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D24989 (or 0xD24989) is known color: Mulberry. HEX triplet: D2, 49 and 89. RGB value is (210,73,137). Sum of RGB (Red+Green+Blue) = 210+73+137=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D24989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24989 is #2DB676. Grayscale: #797979. Windows color (decimal): -2995831 or 8997330. OLE color: 8997330.

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

Color convert

RGB 210 73 137 -
CMYK 0 0.65 0.35 0.18
HSL 331.97º 0.6% 0.55% -
HSV(B) 331.97º 0.65% 0.82% -
XYZ 33.48 20.27 25.82 -
YUV 121.26 136.89 191.3 -
System Red Green Blue C M Y K H S L
Decimal 210 73 137 0 0.65 0.35 0.18 331.97 0.6 0.55
Hex D2 49 89 0 41 23 12 14C 3C 37
Octal 322 111 211 0 101 43 22 514 74 67
Binary 11010010 1001001 10001001 0 1000001 100011 10010 101001100 111100 110111

Color Harmonies of #D24989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24989

Black with #D24989

Text Example


Text Example

White with #D24989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24989; }

 p { color: rgb(210,73,137); }

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

background-color css

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

 a { background-color: rgb(210,73,137); }

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

border-color css

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

 span { border-color: rgb(210,73,137); }

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