Html Css Color HEX #D24C96 Mulberry

📋 copy color: '#D24C96'

red 210 ◦ green 76 ◦ blue 150

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

Shades of Mulberry #D24C96

Tints of Mulberry #D24C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.43%

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

R = 48.17%
G = 17.43%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D24C96 (or 0xD24C96) is known color: Mulberry. HEX triplet: D2, 4C and 96. RGB value is (210,76,150). Sum of RGB (Red+Green+Blue) = 210+76+150=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24C96 is #2DB369. Grayscale: #7C7C7C. Windows color (decimal): -2995050 or 9850066. OLE color: 9850066.

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

Color convert

RGB 210 76 150 -
CMYK 0 0.64 0.29 0.18
HSL 326.87º 0.6% 0.56% -
HSV(B) 326.87º 0.64% 0.82% -
XYZ 34.67 21.07 31.09 -
YUV 124.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 210 76 150 0 0.64 0.29 0.18 326.87 0.6 0.56
Hex D2 4C 96 0 40 1D 12 147 3C 38
Octal 322 114 226 0 100 35 22 507 74 70
Binary 11010010 1001100 10010110 0 1000000 11101 10010 101000111 111100 111000

Color Harmonies of #D24C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C96

Black with #D24C96

Text Example


Text Example

White with #D24C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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