Html Css Color HEX #DE2698 Deep Cerise

📋 copy color: '#DE2698'

red 222 ◦ green 38 ◦ blue 152

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

Shades of Deep Cerise #DE2698

Tints of Deep Cerise #DE2698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.89%

R = 53.88%
G = 9.22%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE2698 (or 0xDE2698) is known color: Deep Cerise. HEX triplet: DE, 26 and 98. RGB value is (222,38,152). Sum of RGB (Red+Green+Blue) = 222+38+152=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2698 is #21D967. Grayscale: #696969. Windows color (decimal): -2218344 or 9971422. OLE color: 9971422.

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

Color convert

RGB 222 38 152 -
CMYK 0 0.83 0.32 0.13
HSL 322.83º 0.74% 0.51% -
HSV(B) 322.83º 0.83% 0.87% -
XYZ 36.48 19.18 31.49 -
YUV 106.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 222 38 152 0 0.83 0.32 0.13 322.83 0.74 0.51
Hex DE 26 98 0 53 20 D 143 4A 33
Octal 336 46 230 0 123 40 15 503 112 63
Binary 11011110 100110 10011000 0 1010011 100000 1101 101000011 1001010 110011

Color Harmonies of #DE2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2698

Black with #DE2698

Text Example


Text Example

White with #DE2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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