Html Css Color HEX #D24585 Mulberry

📋 copy color: '#D24585'

red 210 ◦ green 69 ◦ blue 133

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

Shades of Mulberry #D24585

Tints of Mulberry #D24585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.75%

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

R = 50.97%
G = 16.75%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D24585 (or 0xD24585) is known color: Mulberry. HEX triplet: D2, 45 and 85. RGB value is (210,69,133). Sum of RGB (Red+Green+Blue) = 210+69+133=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D24585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24585 is #2DBA7A. Grayscale: #767676. Windows color (decimal): -2996859 or 8734162. OLE color: 8734162.

HSL color Cylindrical-coordinate representation of color #D24585: hue angle of 332.77º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24585 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 69 133 -
CMYK 0 0.67 0.37 0.18
HSL 332.77º 0.61% 0.55% -
HSV(B) 332.77º 0.67% 0.82% -
XYZ 32.94 19.65 24.25 -
YUV 118.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 210 69 133 0 0.67 0.37 0.18 332.77 0.61 0.55
Hex D2 45 85 0 43 25 12 14D 3D 37
Octal 322 105 205 0 103 45 22 515 75 67
Binary 11010010 1000101 10000101 0 1000011 100101 10010 101001101 111101 110111

Color Harmonies of #D24585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24585

Black with #D24585

Text Example


Text Example

White with #D24585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24585; }

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

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

background-color css

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

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

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

border-color css

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

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

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