Html Css Color HEX #D24C91 Mulberry

📋 copy color: '#D24C91'

red 210 ◦ green 76 ◦ blue 145

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

Shades of Mulberry #D24C91

Tints of Mulberry #D24C91

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.63%

 BLUE value IS 145 (57.03% from 255) = 33.64%

R = 48.72%
G = 17.63%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D24C91 (or 0xD24C91) is known color: Mulberry. HEX triplet: D2, 4C and 91. RGB value is (210,76,145). Sum of RGB (Red+Green+Blue) = 210+76+145=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24C91 is #2DB36E. Grayscale: #7B7B7B. Windows color (decimal): -2995055 or 9522386. OLE color: 9522386.

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

Color convert

RGB 210 76 145 -
CMYK 0 0.64 0.31 0.18
HSL 329.1º 0.6% 0.56% -
HSV(B) 329.1º 0.64% 0.82% -
XYZ 34.27 20.91 29.02 -
YUV 123.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 210 76 145 0 0.64 0.31 0.18 329.1 0.6 0.56
Hex D2 4C 91 0 40 1F 12 149 3C 38
Octal 322 114 221 0 100 37 22 511 74 70
Binary 11010010 1001100 10010001 0 1000000 11111 10010 101001001 111100 111000

Color Harmonies of #D24C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C91

Black with #D24C91

Text Example


Text Example

White with #D24C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C91; }

 p { color: rgb(210,76,145); }

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

background-color css

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

 a { background-color: rgb(210,76,145); }

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

border-color css

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

 span { border-color: rgb(210,76,145); }

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