Html Css Color HEX #DE2D81 Deep Cerise

📋 copy color: '#DE2D81'

red 222 ◦ green 45 ◦ blue 129

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

Shades of Deep Cerise #DE2D81

Tints of Deep Cerise #DE2D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 56.06%
G = 11.36%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE2D81 (or 0xDE2D81) is known color: Deep Cerise. HEX triplet: DE, 2D and 81. RGB value is (222,45,129). Sum of RGB (Red+Green+Blue) = 222+45+129=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2D81 is #21D27E. Grayscale: #6B6B6B. Windows color (decimal): -2216575 or 8465886. OLE color: 8465886.

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

Color convert

RGB 222 45 129 -
CMYK 0 0.80 0.42 0.13
HSL 331.53º 0.73% 0.52% -
HSV(B) 331.53º 0.8% 0.87% -
XYZ 35.03 18.99 22.59 -
YUV 107.5 140.14 209.67 -
System Red Green Blue C M Y K H S L
Decimal 222 45 129 0 0.80 0.42 0.13 331.53 0.73 0.52
Hex DE 2D 81 0 50 2A D 14C 49 34
Octal 336 55 201 0 120 52 15 514 111 64
Binary 11011110 101101 10000001 0 1010000 101010 1101 101001100 1001001 110100

Color Harmonies of #DE2D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D81

Black with #DE2D81

Text Example


Text Example

White with #DE2D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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