Html Css Color HEX #D24B85 Mulberry

📋 copy color: '#D24B85'

red 210 ◦ green 75 ◦ blue 133

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

Shades of Mulberry #D24B85

Tints of Mulberry #D24B85

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.94%

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

R = 50.24%
G = 17.94%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D24B85 (or 0xD24B85) is known color: Mulberry. HEX triplet: D2, 4B and 85. RGB value is (210,75,133). Sum of RGB (Red+Green+Blue) = 210+75+133=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24B85 is #2DB47A. Grayscale: #797979. Windows color (decimal): -2995323 or 8735698. OLE color: 8735698.

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

Color convert

RGB 210 75 133 -
CMYK 0 0.64 0.37 0.18
HSL 334.22º 0.6% 0.56% -
HSV(B) 334.22º 0.64% 0.82% -
XYZ 33.33 20.43 24.38 -
YUV 121.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 210 75 133 0 0.64 0.37 0.18 334.22 0.6 0.56
Hex D2 4B 85 0 40 25 12 14E 3C 38
Octal 322 113 205 0 100 45 22 516 74 70
Binary 11010010 1001011 10000101 0 1000000 100101 10010 101001110 111100 111000

Color Harmonies of #D24B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24B85

Black with #D24B85

Text Example


Text Example

White with #D24B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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