Html Css Color HEX #D24C94 Mulberry

📋 copy color: '#D24C94'

red 210 ◦ green 76 ◦ blue 148

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

Shades of Mulberry #D24C94

Tints of Mulberry #D24C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 48.39%
G = 17.51%
B = 34.1%

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

#D24C94 (or 0xD24C94) is known color: Mulberry. HEX triplet: D2, 4C and 94. RGB value is (210,76,148). Sum of RGB (Red+Green+Blue) = 210+76+148=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24C94 is #2DB36B. Grayscale: #7C7C7C. Windows color (decimal): -2995052 or 9718994. OLE color: 9718994.

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

Color convert

RGB 210 76 148 -
CMYK 0 0.64 0.30 0.18
HSL 327.76º 0.6% 0.56% -
HSV(B) 327.76º 0.64% 0.82% -
XYZ 34.51 21.01 30.25 -
YUV 124.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 210 76 148 0 0.64 0.30 0.18 327.76 0.6 0.56
Hex D2 4C 94 0 40 1E 12 148 3C 38
Octal 322 114 224 0 100 36 22 510 74 70
Binary 11010010 1001100 10010100 0 1000000 11110 10010 101001000 111100 111000

Color Harmonies of #D24C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C94

Black with #D24C94

Text Example


Text Example

White with #D24C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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