Html Css Color HEX #D24A89 Mulberry

📋 copy color: '#D24A89'

red 210 ◦ green 74 ◦ blue 137

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

Shades of Mulberry #D24A89

Tints of Mulberry #D24A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.54%

R = 49.88%
G = 17.58%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D24A89 (or 0xD24A89) is known color: Mulberry. HEX triplet: D2, 4A and 89. RGB value is (210,74,137). Sum of RGB (Red+Green+Blue) = 210+74+137=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24A89 is #2DB576. Grayscale: #797979. Windows color (decimal): -2995575 or 8997586. OLE color: 8997586.

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

Color convert

RGB 210 74 137 -
CMYK 0 0.65 0.35 0.18
HSL 332.21º 0.6% 0.56% -
HSV(B) 332.21º 0.65% 0.82% -
XYZ 33.54 20.41 25.84 -
YUV 121.85 136.56 190.88 -
System Red Green Blue C M Y K H S L
Decimal 210 74 137 0 0.65 0.35 0.18 332.21 0.6 0.56
Hex D2 4A 89 0 41 23 12 14C 3C 38
Octal 322 112 211 0 101 43 22 514 74 70
Binary 11010010 1001010 10001001 0 1000001 100011 10010 101001100 111100 111000

Color Harmonies of #D24A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A89

Black with #D24A89

Text Example


Text Example

White with #D24A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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