Html Css Color HEX #D24495 Mulberry

📋 copy color: '#D24495'

red 210 ◦ green 68 ◦ blue 149

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

Shades of Mulberry #D24495

Tints of Mulberry #D24495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.93%

 BLUE value IS 149 (58.59% from 255) = 34.89%

R = 49.18%
G = 15.93%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D24495 (or 0xD24495) is known color: Mulberry. HEX triplet: D2, 44 and 95. RGB value is (210,68,149). Sum of RGB (Red+Green+Blue) = 210+68+149=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D24495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24495 is #2DBB6A. Grayscale: #777777. Windows color (decimal): -2997099 or 9782482. OLE color: 9782482.

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

Color convert

RGB 210 68 149 -
CMYK 0 0.68 0.29 0.18
HSL 325.77º 0.61% 0.55% -
HSV(B) 325.77º 0.68% 0.82% -
XYZ 34.07 20.01 30.5 -
YUV 119.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 210 68 149 0 0.68 0.29 0.18 325.77 0.61 0.55
Hex D2 44 95 0 44 1D 12 146 3D 37
Octal 322 104 225 0 104 35 22 506 75 67
Binary 11010010 1000100 10010101 0 1000100 11101 10010 101000110 111101 110111

Color Harmonies of #D24495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24495

Black with #D24495

Text Example


Text Example

White with #D24495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24495; }

 p { color: rgb(210,68,149); }

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

background-color css

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

 a { background-color: rgb(210,68,149); }

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

border-color css

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

 span { border-color: rgb(210,68,149); }

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