Html Css Color HEX #DE316E Cerise

📋 copy color: '#DE316E'

red 222 ◦ green 49 ◦ blue 110

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

Shades of Cerise #DE316E

Tints of Cerise #DE316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 58.27%
G = 12.86%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE316E (or 0xDE316E) is known color: Cerise. HEX triplet: DE, 31 and 6E. RGB value is (222,49,110). Sum of RGB (Red+Green+Blue) = 222+49+110=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE316E is #21CE91. Grayscale: #6B6B6B. Windows color (decimal): -2215570 or 7221726. OLE color: 7221726.

HSL color Cylindrical-coordinate representation of color #DE316E: hue angle of 338.84º 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 #DE316E is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 49 110 -
CMYK 0 0.78 0.50 0.13
HSL 338.84º 0.72% 0.53% -
HSV(B) 338.84º 0.78% 0.87% -
XYZ 34.04 18.85 16.6 -
YUV 107.68 129.31 209.54 -
System Red Green Blue C M Y K H S L
Decimal 222 49 110 0 0.78 0.50 0.13 338.84 0.72 0.53
Hex DE 31 6E 0 4E 32 D 153 48 35
Octal 336 61 156 0 116 62 15 523 110 65
Binary 11011110 110001 1101110 0 1001110 110010 1101 101010011 1001000 110101

Color Harmonies of #DE316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE316E

Black with #DE316E

Text Example


Text Example

White with #DE316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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