Html Css Color HEX #D24E85 Mulberry

📋 copy color: '#D24E85'

red 210 ◦ green 78 ◦ blue 133

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

Shades of Mulberry #D24E85

Tints of Mulberry #D24E85

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.53%

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 49.88%
G = 18.53%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D24E85 (or 0xD24E85) is known color: Mulberry. HEX triplet: D2, 4E and 85. RGB value is (210,78,133). Sum of RGB (Red+Green+Blue) = 210+78+133=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24E85 is #2DB17A. Grayscale: #7B7B7B. Windows color (decimal): -2994555 or 8736466. OLE color: 8736466.

HSL color Cylindrical-coordinate representation of color #D24E85: hue angle of 335º degrees, saturation: 0.59, 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 #D24E85 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 78 133 -
CMYK 0 0.63 0.37 0.18
HSL 335º 0.59% 0.56% -
HSV(B) 335º 0.63% 0.82% -
XYZ 33.54 20.84 24.45 -
YUV 123.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 210 78 133 0 0.63 0.37 0.18 335 0.59 0.56
Hex D2 4E 85 0 3F 25 12 14F 3B 38
Octal 322 116 205 0 77 45 22 517 73 70
Binary 11010010 1001110 10000101 0 111111 100101 10010 101001111 111011 111000

Color Harmonies of #D24E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24E85

Black with #D24E85

Text Example


Text Example

White with #D24E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24E85; }

 p { color: rgb(210,78,133); }

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

background-color css

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

 a { background-color: rgb(210,78,133); }

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

border-color css

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

 span { border-color: rgb(210,78,133); }

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