Html Css Color HEX #DE2789 Deep Cerise

📋 copy color: '#DE2789'

red 222 ◦ green 39 ◦ blue 137

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

Shades of Deep Cerise #DE2789

Tints of Deep Cerise #DE2789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.42%

R = 55.78%
G = 9.8%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE2789 (or 0xDE2789) is known color: Deep Cerise. HEX triplet: DE, 27 and 89. RGB value is (222,39,137). Sum of RGB (Red+Green+Blue) = 222+39+137=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2789 is #21D876. Grayscale: #686868. Windows color (decimal): -2218103 or 8988638. OLE color: 8988638.

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

Color convert

RGB 222 39 137 -
CMYK 0 0.82 0.38 0.13
HSL 327.87º 0.73% 0.51% -
HSV(B) 327.87º 0.82% 0.87% -
XYZ 35.37 18.79 25.43 -
YUV 104.89 146.13 211.53 -
System Red Green Blue C M Y K H S L
Decimal 222 39 137 0 0.82 0.38 0.13 327.87 0.73 0.51
Hex DE 27 89 0 52 26 D 148 49 33
Octal 336 47 211 0 122 46 15 510 111 63
Binary 11011110 100111 10001001 0 1010010 100110 1101 101001000 1001001 110011

Color Harmonies of #DE2789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2789

Black with #DE2789

Text Example


Text Example

White with #DE2789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2789; }

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

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

background-color css

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

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

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

border-color css

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

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

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