Html Css Color HEX #DE279D Deep Cerise

📋 copy color: '#DE279D'

red 222 ◦ green 39 ◦ blue 157

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

Shades of Deep Cerise #DE279D

Tints of Deep Cerise #DE279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 53.11%
G = 9.33%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE279D (or 0xDE279D) is known color: Deep Cerise. HEX triplet: DE, 27 and 9D. RGB value is (222,39,157). Sum of RGB (Red+Green+Blue) = 222+39+157=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE279D is #21D862. Grayscale: #6A6A6A. Windows color (decimal): -2218083 or 10299358. OLE color: 10299358.

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

Color convert

RGB 222 39 157 -
CMYK 0 0.82 0.29 0.13
HSL 321.31º 0.73% 0.51% -
HSV(B) 321.31º 0.82% 0.87% -
XYZ 36.94 19.41 33.7 -
YUV 107.17 156.13 209.91 -
System Red Green Blue C M Y K H S L
Decimal 222 39 157 0 0.82 0.29 0.13 321.31 0.73 0.51
Hex DE 27 9D 0 52 1D D 141 49 33
Octal 336 47 235 0 122 35 15 501 111 63
Binary 11011110 100111 10011101 0 1010010 11101 1101 101000001 1001001 110011

Color Harmonies of #DE279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE279D

Black with #DE279D

Text Example


Text Example

White with #DE279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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