Html Css Color HEX #DE277D Deep Cerise

📋 copy color: '#DE277D'

red 222 ◦ green 39 ◦ blue 125

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

Shades of Deep Cerise #DE277D

Tints of Deep Cerise #DE277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.1%

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 57.51%
G = 10.1%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE277D (or 0xDE277D) is known color: Deep Cerise. HEX triplet: DE, 27 and 7D. RGB value is (222,39,125). Sum of RGB (Red+Green+Blue) = 222+39+125=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE277D is #21D882. Grayscale: #676767. Windows color (decimal): -2218115 or 8202206. OLE color: 8202206.

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

Color convert

RGB 222 39 125 -
CMYK 0 0.82 0.44 0.13
HSL 331.8º 0.73% 0.51% -
HSV(B) 331.8º 0.82% 0.87% -
XYZ 34.55 18.46 21.14 -
YUV 103.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 222 39 125 0 0.82 0.44 0.13 331.8 0.73 0.51
Hex DE 27 7D 0 52 2C D 14C 49 33
Octal 336 47 175 0 122 54 15 514 111 63
Binary 11011110 100111 1111101 0 1010010 101100 1101 101001100 1001001 110011

Color Harmonies of #DE277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE277D

Black with #DE277D

Text Example


Text Example

White with #DE277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE277D; }

 p { color: rgb(222,39,125); }

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

background-color css

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

 a { background-color: rgb(222,39,125); }

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

border-color css

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

 span { border-color: rgb(222,39,125); }

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