Html Css Color HEX #DE2681 Deep Cerise

📋 copy color: '#DE2681'

red 222 ◦ green 38 ◦ blue 129

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

Shades of Deep Cerise #DE2681

Tints of Deep Cerise #DE2681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.77%

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

R = 57.07%
G = 9.77%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE2681 (or 0xDE2681) is known color: Deep Cerise. HEX triplet: DE, 26 and 81. RGB value is (222,38,129). Sum of RGB (Red+Green+Blue) = 222+38+129=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2681 is #21D97E. Grayscale: #676767. Windows color (decimal): -2218367 or 8464094. OLE color: 8464094.

HSL color Cylindrical-coordinate representation of color #DE2681: hue angle of 330.33º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2681 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 38 129 -
CMYK 0 0.83 0.42 0.13
HSL 330.33º 0.74% 0.51% -
HSV(B) 330.33º 0.83% 0.87% -
XYZ 34.78 18.5 22.51 -
YUV 103.39 142.46 212.6 -
System Red Green Blue C M Y K H S L
Decimal 222 38 129 0 0.83 0.42 0.13 330.33 0.74 0.51
Hex DE 26 81 0 53 2A D 14A 4A 33
Octal 336 46 201 0 123 52 15 512 112 63
Binary 11011110 100110 10000001 0 1010011 101010 1101 101001010 1001010 110011

Color Harmonies of #DE2681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2681

Black with #DE2681

Text Example


Text Example

White with #DE2681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2681; }

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

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

background-color css

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

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

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

border-color css

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

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

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