Html Css Color HEX #DE2D9F Deep Cerise

📋 copy color: '#DE2D9F'

red 222 ◦ green 45 ◦ blue 159

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

Shades of Deep Cerise #DE2D9F

Tints of Deep Cerise #DE2D9F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.56%

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 52.11%
G = 10.56%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE2D9F (or 0xDE2D9F) is known color: Deep Cerise. HEX triplet: DE, 2D and 9F. RGB value is (222,45,159). Sum of RGB (Red+Green+Blue) = 222+45+159=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2D9F is #21D260. Grayscale: #6E6E6E. Windows color (decimal): -2216545 or 10431966. OLE color: 10431966.

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

Color convert

RGB 222 45 159 -
CMYK 0 0.80 0.28 0.13
HSL 321.36º 0.73% 0.52% -
HSV(B) 321.36º 0.8% 0.87% -
XYZ 37.32 19.91 34.68 -
YUV 110.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 222 45 159 0 0.80 0.28 0.13 321.36 0.73 0.52
Hex DE 2D 9F 0 50 1C D 141 49 34
Octal 336 55 237 0 120 34 15 501 111 64
Binary 11011110 101101 10011111 0 1010000 11100 1101 101000001 1001001 110100

Color Harmonies of #DE2D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D9F

Black with #DE2D9F

Text Example


Text Example

White with #DE2D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D9F; }

 p { color: rgb(222,45,159); }

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

background-color css

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

 a { background-color: rgb(222,45,159); }

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

border-color css

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

 span { border-color: rgb(222,45,159); }

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