Html Css Color HEX #D24A95 Mulberry

📋 copy color: '#D24A95'

red 210 ◦ green 74 ◦ blue 149

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

Shades of Mulberry #D24A95

Tints of Mulberry #D24A95

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.09%

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

R = 48.5%
G = 17.09%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D24A95 (or 0xD24A95) is known color: Mulberry. HEX triplet: D2, 4A and 95. RGB value is (210,74,149). Sum of RGB (Red+Green+Blue) = 210+74+149=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24A95 is #2DB56A. Grayscale: #7B7B7B. Windows color (decimal): -2995563 or 9784018. OLE color: 9784018.

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

Color convert

RGB 210 74 149 -
CMYK 0 0.65 0.29 0.18
HSL 326.91º 0.6% 0.56% -
HSV(B) 326.91º 0.65% 0.82% -
XYZ 34.45 20.77 30.63 -
YUV 123.21 142.56 189.9 -
System Red Green Blue C M Y K H S L
Decimal 210 74 149 0 0.65 0.29 0.18 326.91 0.6 0.56
Hex D2 4A 95 0 41 1D 12 147 3C 38
Octal 322 112 225 0 101 35 22 507 74 70
Binary 11010010 1001010 10010101 0 1000001 11101 10010 101000111 111100 111000

Color Harmonies of #D24A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A95

Black with #D24A95

Text Example


Text Example

White with #D24A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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