Html Css Color HEX #DE377F Deep Cerise

📋 copy color: '#DE377F'

red 222 ◦ green 55 ◦ blue 127

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

Shades of Deep Cerise #DE377F

Tints of Deep Cerise #DE377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.61%

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

R = 54.95%
G = 13.61%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE377F (or 0xDE377F) is known color: Deep Cerise. HEX triplet: DE, 37 and 7F. RGB value is (222,55,127). Sum of RGB (Red+Green+Blue) = 222+55+127=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE377F is #21C880. Grayscale: #717171. Windows color (decimal): -2214017 or 8337374. OLE color: 8337374.

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

Color convert

RGB 222 55 127 -
CMYK 0 0.75 0.43 0.13
HSL 334.13º 0.72% 0.54% -
HSV(B) 334.13º 0.75% 0.87% -
XYZ 35.32 19.79 22.04 -
YUV 113.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 222 55 127 0 0.75 0.43 0.13 334.13 0.72 0.54
Hex DE 37 7F 0 4B 2B D 14E 48 36
Octal 336 67 177 0 113 53 15 516 110 66
Binary 11011110 110111 1111111 0 1001011 101011 1101 101001110 1001000 110110

Color Harmonies of #DE377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE377F

Black with #DE377F

Text Example


Text Example

White with #DE377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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