Html Css Color HEX #D24F98 Mulberry

📋 copy color: '#D24F98'

red 210 ◦ green 79 ◦ blue 152

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

Shades of Mulberry #D24F98

Tints of Mulberry #D24F98

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.91%

 BLUE value IS 152 (59.77% from 255) = 34.47%

R = 47.62%
G = 17.91%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D24F98 (or 0xD24F98) is known color: Mulberry. HEX triplet: D2, 4F and 98. RGB value is (210,79,152). Sum of RGB (Red+Green+Blue) = 210+79+152=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24F98 is #2DB067. Grayscale: #7E7E7E. Windows color (decimal): -2994280 or 9981906. OLE color: 9981906.

HSL color Cylindrical-coordinate representation of color #D24F98: hue angle of 326.56º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24F98 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 79 152 -
CMYK 0 0.62 0.28 0.18
HSL 326.56º 0.59% 0.57% -
HSV(B) 326.56º 0.62% 0.82% -
XYZ 35.04 21.56 32.02 -
YUV 126.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 210 79 152 0 0.62 0.28 0.18 326.56 0.59 0.57
Hex D2 4F 98 0 3E 1C 12 147 3B 39
Octal 322 117 230 0 76 34 22 507 73 71
Binary 11010010 1001111 10011000 0 111110 11100 10010 101000111 111011 111001

Color Harmonies of #D24F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24F98

Black with #D24F98

Text Example


Text Example

White with #D24F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24F98; }

 p { color: rgb(210,79,152); }

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

background-color css

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

 a { background-color: rgb(210,79,152); }

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

border-color css

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

 span { border-color: rgb(210,79,152); }

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