Html Css Color HEX #D24192 Mulberry

📋 copy color: '#D24192'

red 210 ◦ green 65 ◦ blue 146

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

Shades of Mulberry #D24192

Tints of Mulberry #D24192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.44%

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

R = 49.88%
G = 15.44%
B = 34.68%

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

#D24192 (or 0xD24192) is known color: Mulberry. HEX triplet: D2, 41 and 92. RGB value is (210,65,146). Sum of RGB (Red+Green+Blue) = 210+65+146=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D24192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24192 is #2DBE6D. Grayscale: #757575. Windows color (decimal): -2997870 or 9585106. OLE color: 9585106.

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

Color convert

RGB 210 65 146 -
CMYK 0 0.69 0.30 0.18
HSL 326.48º 0.62% 0.54% -
HSV(B) 326.48º 0.69% 0.82% -
XYZ 33.66 19.56 29.2 -
YUV 117.59 144.04 193.91 -
System Red Green Blue C M Y K H S L
Decimal 210 65 146 0 0.69 0.30 0.18 326.48 0.62 0.54
Hex D2 41 92 0 45 1E 12 146 3E 36
Octal 322 101 222 0 105 36 22 506 76 66
Binary 11010010 1000001 10010010 0 1000101 11110 10010 101000110 111110 110110

Color Harmonies of #D24192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24192

Black with #D24192

Text Example


Text Example

White with #D24192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24192; }

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

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

background-color css

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

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

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

border-color css

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

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

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