Html Css Color HEX #DE279F Deep Cerise

📋 copy color: '#DE279F'

red 222 ◦ green 39 ◦ blue 159

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

Shades of Deep Cerise #DE279F

Tints of Deep Cerise #DE279F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 52.86%
G = 9.29%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE279F (or 0xDE279F) is known color: Deep Cerise. HEX triplet: DE, 27 and 9F. RGB value is (222,39,159). Sum of RGB (Red+Green+Blue) = 222+39+159=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE279F is #21D860. Grayscale: #6B6B6B. Windows color (decimal): -2218081 or 10430430. OLE color: 10430430.

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

Color convert

RGB 222 39 159 -
CMYK 0 0.82 0.28 0.13
HSL 320.66º 0.73% 0.51% -
HSV(B) 320.66º 0.82% 0.87% -
XYZ 37.11 19.48 34.61 -
YUV 107.4 157.13 209.74 -
System Red Green Blue C M Y K H S L
Decimal 222 39 159 0 0.82 0.28 0.13 320.66 0.73 0.51
Hex DE 27 9F 0 52 1C D 141 49 33
Octal 336 47 237 0 122 34 15 501 111 63
Binary 11011110 100111 10011111 0 1010010 11100 1101 101000001 1001001 110011

Color Harmonies of #DE279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE279F

Black with #DE279F

Text Example


Text Example

White with #DE279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE279F; }

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

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

background-color css

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

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

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

border-color css

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

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

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