Html Css Color HEX #DE1C7E Deep Cerise

📋 copy color: '#DE1C7E'

red 222 ◦ green 28 ◦ blue 126

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

Shades of Deep Cerise #DE1C7E

Tints of Deep Cerise #DE1C7E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.45%

 BLUE value IS 126 (49.61% from 255) = 33.51%

R = 59.04%
G = 7.45%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE1C7E (or 0xDE1C7E) is known color: Deep Cerise. HEX triplet: DE, 1C and 7E. RGB value is (222,28,126). Sum of RGB (Red+Green+Blue) = 222+28+126=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1C7E is #21E381. Grayscale: #606060. Windows color (decimal): -2220930 or 8264926. OLE color: 8264926.

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

Color convert

RGB 222 28 126 -
CMYK 0 0.87 0.43 0.13
HSL 329.69º 0.78% 0.49% -
HSV(B) 329.69º 0.87% 0.87% -
XYZ 34.31 17.87 21.38 -
YUV 97.18 144.27 217.03 -
System Red Green Blue C M Y K H S L
Decimal 222 28 126 0 0.87 0.43 0.13 329.69 0.78 0.49
Hex DE 1C 7E 0 57 2B D 14A 4E 31
Octal 336 34 176 0 127 53 15 512 116 61
Binary 11011110 11100 1111110 0 1010111 101011 1101 101001010 1001110 110001

Color Harmonies of #DE1C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1C7E

Black with #DE1C7E

Text Example


Text Example

White with #DE1C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1C7E; }

 p { color: rgb(222,28,126); }

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

background-color css

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

 a { background-color: rgb(222,28,126); }

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

border-color css

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

 span { border-color: rgb(222,28,126); }

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