Html Css Color HEX #D24097 Mulberry

📋 copy color: '#D24097'

red 210 ◦ green 64 ◦ blue 151

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

Shades of Mulberry #D24097

Tints of Mulberry #D24097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.53%

R = 49.41%
G = 15.06%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D24097 (or 0xD24097) is known color: Mulberry. HEX triplet: D2, 40 and 97. RGB value is (210,64,151). Sum of RGB (Red+Green+Blue) = 210+64+151=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D24097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24097 is #2DBF68. Grayscale: #757575. Windows color (decimal): -2998121 or 9912530. OLE color: 9912530.

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

Color convert

RGB 210 64 151 -
CMYK 0 0.70 0.28 0.18
HSL 324.25º 0.62% 0.54% -
HSV(B) 324.25º 0.7% 0.82% -
XYZ 34 19.6 31.27 -
YUV 117.57 146.87 193.93 -
System Red Green Blue C M Y K H S L
Decimal 210 64 151 0 0.70 0.28 0.18 324.25 0.62 0.54
Hex D2 40 97 0 46 1C 12 144 3E 36
Octal 322 100 227 0 106 34 22 504 76 66
Binary 11010010 1000000 10010111 0 1000110 11100 10010 101000100 111110 110110

Color Harmonies of #D24097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24097

Black with #D24097

Text Example


Text Example

White with #D24097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24097; }

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

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

background-color css

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

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

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

border-color css

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

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

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