Html Css Color HEX #DE408B Deep Cerise

📋 copy color: '#DE408B'

red 222 ◦ green 64 ◦ blue 139

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

Shades of Deep Cerise #DE408B

Tints of Deep Cerise #DE408B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 52.24%
G = 15.06%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE408B (or 0xDE408B) is known color: Deep Cerise. HEX triplet: DE, 40 and 8B. RGB value is (222,64,139). Sum of RGB (Red+Green+Blue) = 222+64+139=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE408B is #21BF74. Grayscale: #777777. Windows color (decimal): -2211701 or 9126110. OLE color: 9126110.

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

Color convert

RGB 222 64 139 -
CMYK 0 0.71 0.37 0.13
HSL 331.52º 0.71% 0.56% -
HSV(B) 331.52º 0.71% 0.87% -
XYZ 36.62 21.06 26.56 -
YUV 119.79 138.85 200.9 -
System Red Green Blue C M Y K H S L
Decimal 222 64 139 0 0.71 0.37 0.13 331.52 0.71 0.56
Hex DE 40 8B 0 47 25 D 14C 47 38
Octal 336 100 213 0 107 45 15 514 107 70
Binary 11011110 1000000 10001011 0 1000111 100101 1101 101001100 1000111 111000

Color Harmonies of #DE408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE408B

Black with #DE408B

Text Example


Text Example

White with #DE408B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE408B; }

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

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

background-color css

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

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

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

border-color css

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

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

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