Html Css Color HEX #DE2F9D Deep Cerise

📋 copy color: '#DE2F9D'

red 222 ◦ green 47 ◦ blue 157

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

Shades of Deep Cerise #DE2F9D

Tints of Deep Cerise #DE2F9D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.03%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 52.11%
G = 11.03%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE2F9D (or 0xDE2F9D) is known color: Deep Cerise. HEX triplet: DE, 2F and 9D. RGB value is (222,47,157). Sum of RGB (Red+Green+Blue) = 222+47+157=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2F9D is #21D062. Grayscale: #6F6F6F. Windows color (decimal): -2216035 or 10301406. OLE color: 10301406.

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

Color convert

RGB 222 47 157 -
CMYK 0 0.79 0.29 0.13
HSL 322.29º 0.73% 0.53% -
HSV(B) 322.29º 0.79% 0.87% -
XYZ 37.23 20 33.8 -
YUV 111.87 153.48 206.56 -
System Red Green Blue C M Y K H S L
Decimal 222 47 157 0 0.79 0.29 0.13 322.29 0.73 0.53
Hex DE 2F 9D 0 4F 1D D 142 49 35
Octal 336 57 235 0 117 35 15 502 111 65
Binary 11011110 101111 10011101 0 1001111 11101 1101 101000010 1001001 110101

Color Harmonies of #DE2F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2F9D

Black with #DE2F9D

Text Example


Text Example

White with #DE2F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2F9D; }

 p { color: rgb(222,47,157); }

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

background-color css

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

 a { background-color: rgb(222,47,157); }

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

border-color css

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

 span { border-color: rgb(222,47,157); }

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