Html Css Color HEX #DE337F Deep Cerise

📋 copy color: '#DE337F'

red 222 ◦ green 51 ◦ blue 127

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

Shades of Deep Cerise #DE337F

Tints of Deep Cerise #DE337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.75%

 BLUE value IS 127 (50% from 255) = 31.75%

R = 55.5%
G = 12.75%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE337F (or 0xDE337F) is known color: Deep Cerise. HEX triplet: DE, 33 and 7F. RGB value is (222,51,127). Sum of RGB (Red+Green+Blue) = 222+51+127=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE337F is #21CC80. Grayscale: #6E6E6E. Windows color (decimal): -2215041 or 8336350. OLE color: 8336350.

HSL color Cylindrical-coordinate representation of color #DE337F: hue angle of 333.33º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE337F is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 51 127 -
CMYK 0 0.77 0.43 0.13
HSL 333.33º 0.72% 0.54% -
HSV(B) 333.33º 0.77% 0.87% -
XYZ 35.14 19.43 21.98 -
YUV 110.79 137.15 207.32 -
System Red Green Blue C M Y K H S L
Decimal 222 51 127 0 0.77 0.43 0.13 333.33 0.72 0.54
Hex DE 33 7F 0 4D 2B D 14D 48 36
Octal 336 63 177 0 115 53 15 515 110 66
Binary 11011110 110011 1111111 0 1001101 101011 1101 101001101 1001000 110110

Color Harmonies of #DE337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE337F

Black with #DE337F

Text Example


Text Example

White with #DE337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE337F; }

 p { color: rgb(222,51,127); }

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

background-color css

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

 a { background-color: rgb(222,51,127); }

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

border-color css

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

 span { border-color: rgb(222,51,127); }

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