Html Css Color HEX #DE216C Cerise

📋 copy color: '#DE216C'

red 222 ◦ green 33 ◦ blue 108

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

Shades of Cerise #DE216C

Tints of Cerise #DE216C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.09%

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 61.16%
G = 9.09%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE216C (or 0xDE216C) is known color: Cerise. HEX triplet: DE, 21 and 6C. RGB value is (222,33,108). Sum of RGB (Red+Green+Blue) = 222+33+108=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE216C is #21DE93. Grayscale: #616161. Windows color (decimal): -2219668 or 7086558. OLE color: 7086558.

HSL color Cylindrical-coordinate representation of color #DE216C: hue angle of 336.19º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE216C is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 33 108 -
CMYK 0 0.85 0.51 0.13
HSL 336.19º 0.74% 0.5% -
HSV(B) 336.19º 0.85% 0.87% -
XYZ 33.37 17.7 15.84 -
YUV 98.06 133.62 216.4 -
System Red Green Blue C M Y K H S L
Decimal 222 33 108 0 0.85 0.51 0.13 336.19 0.74 0.5
Hex DE 21 6C 0 55 33 D 150 4A 32
Octal 336 41 154 0 125 63 15 520 112 62
Binary 11011110 100001 1101100 0 1010101 110011 1101 101010000 1001010 110010

Color Harmonies of #DE216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE216C

Black with #DE216C

Text Example


Text Example

White with #DE216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE216C; }

 p { color: rgb(222,33,108); }

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

background-color css

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

 a { background-color: rgb(222,33,108); }

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

border-color css

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

 span { border-color: rgb(222,33,108); }

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