Html Css Color HEX #D24C93 Mulberry

📋 copy color: '#D24C93'

red 210 ◦ green 76 ◦ blue 147

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

Shades of Mulberry #D24C93

Tints of Mulberry #D24C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.95%

R = 48.5%
G = 17.55%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D24C93 (or 0xD24C93) is known color: Mulberry. HEX triplet: D2, 4C and 93. RGB value is (210,76,147). Sum of RGB (Red+Green+Blue) = 210+76+147=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24C93 is #2DB36C. Grayscale: #7C7C7C. Windows color (decimal): -2995053 or 9653458. OLE color: 9653458.

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

Color convert

RGB 210 76 147 -
CMYK 0 0.64 0.30 0.18
HSL 328.21º 0.6% 0.56% -
HSV(B) 328.21º 0.64% 0.82% -
XYZ 34.43 20.98 29.84 -
YUV 124.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 210 76 147 0 0.64 0.30 0.18 328.21 0.6 0.56
Hex D2 4C 93 0 40 1E 12 148 3C 38
Octal 322 114 223 0 100 36 22 510 74 70
Binary 11010010 1001100 10010011 0 1000000 11110 10010 101001000 111100 111000

Color Harmonies of #D24C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C93

Black with #D24C93

Text Example


Text Example

White with #D24C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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