Html Css Color HEX #DE3172 Cerise

📋 copy color: '#DE3172'

red 222 ◦ green 49 ◦ blue 114

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

Shades of Cerise #DE3172

Tints of Cerise #DE3172

RGB

 RED value IS 222 (87.11% from 255) = 57.66%

 GREEN value IS 49 (19.53% from 255) = 12.73%

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 57.66%
G = 12.73%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE3172 (or 0xDE3172) is known color: Cerise. HEX triplet: DE, 31 and 72. RGB value is (222,49,114). Sum of RGB (Red+Green+Blue) = 222+49+114=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3172 is #21CE8D. Grayscale: #6C6C6C. Windows color (decimal): -2215566 or 7483870. OLE color: 7483870.

HSL color Cylindrical-coordinate representation of color #DE3172: hue angle of 337.46º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE3172 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 49 114 -
CMYK 0 0.78 0.49 0.13
HSL 337.46º 0.72% 0.53% -
HSV(B) 337.46º 0.78% 0.87% -
XYZ 34.26 18.94 17.77 -
YUV 108.14 131.31 209.21 -
System Red Green Blue C M Y K H S L
Decimal 222 49 114 0 0.78 0.49 0.13 337.46 0.72 0.53
Hex DE 31 72 0 4E 31 D 151 48 35
Octal 336 61 162 0 116 61 15 521 110 65
Binary 11011110 110001 1110010 0 1001110 110001 1101 101010001 1001000 110101

Color Harmonies of #DE3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3172

Black with #DE3172

Text Example


Text Example

White with #DE3172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3172; }

 p { color: rgb(222,49,114); }

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

background-color css

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

 a { background-color: rgb(222,49,114); }

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

border-color css

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

 span { border-color: rgb(222,49,114); }

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