Html Css Color HEX #D24D86 Mulberry

📋 copy color: '#D24D86'

red 210 ◦ green 77 ◦ blue 134

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

Shades of Mulberry #D24D86

Tints of Mulberry #D24D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.29%

 BLUE value IS 134 (52.73% from 255) = 31.83%

R = 49.88%
G = 18.29%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D24D86 (or 0xD24D86) is known color: Mulberry. HEX triplet: D2, 4D and 86. RGB value is (210,77,134). Sum of RGB (Red+Green+Blue) = 210+77+134=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24D86 is #2DB279. Grayscale: #7B7B7B. Windows color (decimal): -2994810 or 8801746. OLE color: 8801746.

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

Color convert

RGB 210 77 134 -
CMYK 0 0.63 0.36 0.18
HSL 334.29º 0.6% 0.56% -
HSV(B) 334.29º 0.63% 0.82% -
XYZ 33.54 20.73 24.79 -
YUV 123.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 210 77 134 0 0.63 0.36 0.18 334.29 0.6 0.56
Hex D2 4D 86 0 3F 24 12 14E 3C 38
Octal 322 115 206 0 77 44 22 516 74 70
Binary 11010010 1001101 10000110 0 111111 100100 10010 101001110 111100 111000

Color Harmonies of #D24D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24D86

Black with #D24D86

Text Example


Text Example

White with #D24D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24D86; }

 p { color: rgb(210,77,134); }

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

background-color css

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

 a { background-color: rgb(210,77,134); }

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

border-color css

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

 span { border-color: rgb(210,77,134); }

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