Html Css Color HEX #DE2691 Deep Cerise

📋 copy color: '#DE2691'

red 222 ◦ green 38 ◦ blue 145

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

Shades of Deep Cerise #DE2691

Tints of Deep Cerise #DE2691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.38%

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 54.81%
G = 9.38%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE2691 (or 0xDE2691) is known color: Deep Cerise. HEX triplet: DE, 26 and 91. RGB value is (222,38,145). Sum of RGB (Red+Green+Blue) = 222+38+145=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2691 is #21D96E. Grayscale: #686868. Windows color (decimal): -2218351 or 9512670. OLE color: 9512670.

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

Color convert

RGB 222 38 145 -
CMYK 0 0.83 0.35 0.13
HSL 325.11º 0.74% 0.51% -
HSV(B) 325.11º 0.83% 0.87% -
XYZ 35.93 18.96 28.55 -
YUV 105.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 222 38 145 0 0.83 0.35 0.13 325.11 0.74 0.51
Hex DE 26 91 0 53 23 D 145 4A 33
Octal 336 46 221 0 123 43 15 505 112 63
Binary 11011110 100110 10010001 0 1010011 100011 1101 101000101 1001010 110011

Color Harmonies of #DE2691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2691

Black with #DE2691

Text Example


Text Example

White with #DE2691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2691; }

 p { color: rgb(222,38,145); }

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

background-color css

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

 a { background-color: rgb(222,38,145); }

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

border-color css

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

 span { border-color: rgb(222,38,145); }

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