Html Css Color HEX #D24991 Mulberry

📋 copy color: '#D24991'

red 210 ◦ green 73 ◦ blue 145

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

Shades of Mulberry #D24991

Tints of Mulberry #D24991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 49.07%
G = 17.06%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D24991 (or 0xD24991) is known color: Mulberry. HEX triplet: D2, 49 and 91. RGB value is (210,73,145). Sum of RGB (Red+Green+Blue) = 210+73+145=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D24991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24991 is #2DB66E. Grayscale: #7A7A7A. Windows color (decimal): -2995823 or 9521618. OLE color: 9521618.

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

Color convert

RGB 210 73 145 -
CMYK 0 0.65 0.31 0.18
HSL 328.47º 0.6% 0.55% -
HSV(B) 328.47º 0.65% 0.82% -
XYZ 34.07 20.51 28.95 -
YUV 122.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 210 73 145 0 0.65 0.31 0.18 328.47 0.6 0.55
Hex D2 49 91 0 41 1F 12 148 3C 37
Octal 322 111 221 0 101 37 22 510 74 67
Binary 11010010 1001001 10010001 0 1000001 11111 10010 101001000 111100 110111

Color Harmonies of #D24991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24991

Black with #D24991

Text Example


Text Example

White with #D24991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24991; }

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

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

background-color css

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

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

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

border-color css

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

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

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