Html Css Color HEX #DE1F7F Deep Cerise

📋 copy color: '#DE1F7F'

red 222 ◦ green 31 ◦ blue 127

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

Shades of Deep Cerise #DE1F7F

Tints of Deep Cerise #DE1F7F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.16%

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

R = 58.42%
G = 8.16%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE1F7F (or 0xDE1F7F) is known color: Deep Cerise. HEX triplet: DE, 1F and 7F. RGB value is (222,31,127). Sum of RGB (Red+Green+Blue) = 222+31+127=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1F7F is #21E080. Grayscale: #626262. Windows color (decimal): -2220161 or 8331230. OLE color: 8331230.

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

Color convert

RGB 222 31 127 -
CMYK 0 0.86 0.43 0.13
HSL 329.84º 0.75% 0.5% -
HSV(B) 329.84º 0.86% 0.87% -
XYZ 34.44 18.04 21.75 -
YUV 99.05 143.78 215.69 -
System Red Green Blue C M Y K H S L
Decimal 222 31 127 0 0.86 0.43 0.13 329.84 0.75 0.5
Hex DE 1F 7F 0 56 2B D 14A 4B 32
Octal 336 37 177 0 126 53 15 512 113 62
Binary 11011110 11111 1111111 0 1010110 101011 1101 101001010 1001011 110010

Color Harmonies of #DE1F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1F7F

Black with #DE1F7F

Text Example


Text Example

White with #DE1F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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