Html Css Color HEX #D24394 Mulberry

📋 copy color: '#D24394'

red 210 ◦ green 67 ◦ blue 148

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

Shades of Mulberry #D24394

Tints of Mulberry #D24394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.76%

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

R = 49.41%
G = 15.76%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D24394 (or 0xD24394) is known color: Mulberry. HEX triplet: D2, 43 and 94. RGB value is (210,67,148). Sum of RGB (Red+Green+Blue) = 210+67+148=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D24394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24394 is #2DBC6B. Grayscale: #767676. Windows color (decimal): -2997356 or 9716690. OLE color: 9716690.

HSL color Cylindrical-coordinate representation of color #D24394: hue angle of 326.01º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24394 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 67 148 -
CMYK 0 0.68 0.30 0.18
HSL 326.01º 0.61% 0.54% -
HSV(B) 326.01º 0.68% 0.82% -
XYZ 33.93 19.85 30.06 -
YUV 118.99 144.38 192.91 -
System Red Green Blue C M Y K H S L
Decimal 210 67 148 0 0.68 0.30 0.18 326.01 0.61 0.54
Hex D2 43 94 0 44 1E 12 146 3D 36
Octal 322 103 224 0 104 36 22 506 75 66
Binary 11010010 1000011 10010100 0 1000100 11110 10010 101000110 111101 110110

Color Harmonies of #D24394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24394

Black with #D24394

Text Example


Text Example

White with #D24394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24394; }

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

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

background-color css

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

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

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

border-color css

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

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

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