Html Css Color HEX #DE409E Deep Cerise

📋 copy color: '#DE409E'

red 222 ◦ green 64 ◦ blue 158

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

Shades of Deep Cerise #DE409E

Tints of Deep Cerise #DE409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.41%

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 50%
G = 14.41%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE409E (or 0xDE409E) is known color: Deep Cerise. HEX triplet: DE, 40 and 9E. RGB value is (222,64,158). Sum of RGB (Red+Green+Blue) = 222+64+158=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE409E is #21BF61. Grayscale: #797979. Windows color (decimal): -2211682 or 10371294. OLE color: 10371294.

HSL color Cylindrical-coordinate representation of color #DE409E: hue angle of 324.3º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE409E is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 64 158 -
CMYK 0 0.71 0.29 0.13
HSL 324.3º 0.71% 0.56% -
HSV(B) 324.3º 0.71% 0.87% -
XYZ 38.13 21.67 34.52 -
YUV 121.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 222 64 158 0 0.71 0.29 0.13 324.3 0.71 0.56
Hex DE 40 9E 0 47 1D D 144 47 38
Octal 336 100 236 0 107 35 15 504 107 70
Binary 11011110 1000000 10011110 0 1000111 11101 1101 101000100 1000111 111000

Color Harmonies of #DE409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE409E

Black with #DE409E

Text Example


Text Example

White with #DE409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE409E; }

 p { color: rgb(222,64,158); }

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

background-color css

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

 a { background-color: rgb(222,64,158); }

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

border-color css

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

 span { border-color: rgb(222,64,158); }

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