Html Css Color HEX #D24293 Mulberry

📋 copy color: '#D24293'

red 210 ◦ green 66 ◦ blue 147

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

Shades of Mulberry #D24293

Tints of Mulberry #D24293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.6%

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

R = 49.65%
G = 15.6%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D24293 (or 0xD24293) is known color: Mulberry. HEX triplet: D2, 42 and 93. RGB value is (210,66,147). Sum of RGB (Red+Green+Blue) = 210+66+147=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D24293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24293 is #2DBD6C. Grayscale: #767676. Windows color (decimal): -2997613 or 9650898. OLE color: 9650898.

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

Color convert

RGB 210 66 147 -
CMYK 0 0.69 0.30 0.18
HSL 326.25º 0.62% 0.54% -
HSV(B) 326.25º 0.69% 0.82% -
XYZ 33.79 19.7 29.63 -
YUV 118.29 144.21 193.41 -
System Red Green Blue C M Y K H S L
Decimal 210 66 147 0 0.69 0.30 0.18 326.25 0.62 0.54
Hex D2 42 93 0 45 1E 12 146 3E 36
Octal 322 102 223 0 105 36 22 506 76 66
Binary 11010010 1000010 10010011 0 1000101 11110 10010 101000110 111110 110110

Color Harmonies of #D24293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24293

Black with #D24293

Text Example


Text Example

White with #D24293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24293; }

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

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

background-color css

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

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

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

border-color css

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

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

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