Html Css Color HEX #DE2C7A Deep Cerise

📋 copy color: '#DE2C7A'

red 222 ◦ green 44 ◦ blue 122

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

Shades of Deep Cerise #DE2C7A

Tints of Deep Cerise #DE2C7A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.34%

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 57.22%
G = 11.34%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE2C7A (or 0xDE2C7A) is known color: Deep Cerise. HEX triplet: DE, 2C and 7A. RGB value is (222,44,122). Sum of RGB (Red+Green+Blue) = 222+44+122=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2C7A is #21D385. Grayscale: #696969. Windows color (decimal): -2216838 or 8006878. OLE color: 8006878.

HSL color Cylindrical-coordinate representation of color #DE2C7A: hue angle of 333.71º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C7A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 44 122 -
CMYK 0 0.80 0.45 0.13
HSL 333.71º 0.73% 0.52% -
HSV(B) 333.71º 0.8% 0.87% -
XYZ 34.54 18.74 20.21 -
YUV 106.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 222 44 122 0 0.80 0.45 0.13 333.71 0.73 0.52
Hex DE 2C 7A 0 50 2D D 14E 49 34
Octal 336 54 172 0 120 55 15 516 111 64
Binary 11011110 101100 1111010 0 1010000 101101 1101 101001110 1001001 110100

Color Harmonies of #DE2C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2C7A

Black with #DE2C7A

Text Example


Text Example

White with #DE2C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2C7A; }

 p { color: rgb(222,44,122); }

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

background-color css

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

 a { background-color: rgb(222,44,122); }

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

border-color css

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

 span { border-color: rgb(222,44,122); }

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