Html Css Color HEX #DE2C7C Deep Cerise

📋 copy color: '#DE2C7C'

red 222 ◦ green 44 ◦ blue 124

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

Shades of Deep Cerise #DE2C7C

Tints of Deep Cerise #DE2C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.79%

R = 56.92%
G = 11.28%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE2C7C (or 0xDE2C7C) is known color: Deep Cerise. HEX triplet: DE, 2C and 7C. RGB value is (222,44,124). Sum of RGB (Red+Green+Blue) = 222+44+124=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2C7C is #21D383. Grayscale: #6A6A6A. Windows color (decimal): -2216836 or 8137950. OLE color: 8137950.

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

Color convert

RGB 222 44 124 -
CMYK 0 0.80 0.44 0.13
HSL 333.03º 0.73% 0.52% -
HSV(B) 333.03º 0.8% 0.87% -
XYZ 34.66 18.79 20.87 -
YUV 106.34 137.97 210.5 -
System Red Green Blue C M Y K H S L
Decimal 222 44 124 0 0.80 0.44 0.13 333.03 0.73 0.52
Hex DE 2C 7C 0 50 2C D 14D 49 34
Octal 336 54 174 0 120 54 15 515 111 64
Binary 11011110 101100 1111100 0 1010000 101100 1101 101001101 1001001 110100

Color Harmonies of #DE2C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2C7C

Black with #DE2C7C

Text Example


Text Example

White with #DE2C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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