Html Css Color HEX #D24C92 Mulberry

📋 copy color: '#D24C92'

red 210 ◦ green 76 ◦ blue 146

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

Shades of Mulberry #D24C92

Tints of Mulberry #D24C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.8%

R = 48.61%
G = 17.59%
B = 33.8%

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

#D24C92 (or 0xD24C92) is known color: Mulberry. HEX triplet: D2, 4C and 92. RGB value is (210,76,146). Sum of RGB (Red+Green+Blue) = 210+76+146=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24C92 is #2DB36D. Grayscale: #7B7B7B. Windows color (decimal): -2995054 or 9587922. OLE color: 9587922.

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

Color convert

RGB 210 76 146 -
CMYK 0 0.64 0.30 0.18
HSL 328.66º 0.6% 0.56% -
HSV(B) 328.66º 0.64% 0.82% -
XYZ 34.35 20.95 29.43 -
YUV 124.05 140.39 189.31 -
System Red Green Blue C M Y K H S L
Decimal 210 76 146 0 0.64 0.30 0.18 328.66 0.6 0.56
Hex D2 4C 92 0 40 1E 12 149 3C 38
Octal 322 114 222 0 100 36 22 511 74 70
Binary 11010010 1001100 10010010 0 1000000 11110 10010 101001001 111100 111000

Color Harmonies of #D24C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C92

Black with #D24C92

Text Example


Text Example

White with #D24C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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