Html Css Color HEX #DE279C Deep Cerise

📋 copy color: '#DE279C'

red 222 ◦ green 39 ◦ blue 156

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

Shades of Deep Cerise #DE279C

Tints of Deep Cerise #DE279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.35%

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 53.24%
G = 9.35%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE279C (or 0xDE279C) is known color: Deep Cerise. HEX triplet: DE, 27 and 9C. RGB value is (222,39,156). Sum of RGB (Red+Green+Blue) = 222+39+156=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE279C is #21D863. Grayscale: #6A6A6A. Windows color (decimal): -2218084 or 10233822. OLE color: 10233822.

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

Color convert

RGB 222 39 156 -
CMYK 0 0.82 0.30 0.13
HSL 321.64º 0.73% 0.51% -
HSV(B) 321.64º 0.82% 0.87% -
XYZ 36.85 19.38 33.25 -
YUV 107.06 155.63 209.99 -
System Red Green Blue C M Y K H S L
Decimal 222 39 156 0 0.82 0.30 0.13 321.64 0.73 0.51
Hex DE 27 9C 0 52 1E D 142 49 33
Octal 336 47 234 0 122 36 15 502 111 63
Binary 11011110 100111 10011100 0 1010010 11110 1101 101000010 1001001 110011

Color Harmonies of #DE279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE279C

Black with #DE279C

Text Example


Text Example

White with #DE279C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE279C; }

 p { color: rgb(222,39,156); }

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

background-color css

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

 a { background-color: rgb(222,39,156); }

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

border-color css

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

 span { border-color: rgb(222,39,156); }

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