Html Css Color HEX #DE1E8F Deep Cerise

📋 copy color: '#DE1E8F'

red 222 ◦ green 30 ◦ blue 143

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

Shades of Deep Cerise #DE1E8F

Tints of Deep Cerise #DE1E8F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.59%

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 56.2%
G = 7.59%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE1E8F (or 0xDE1E8F) is known color: Deep Cerise. HEX triplet: DE, 1E and 8F. RGB value is (222,30,143). Sum of RGB (Red+Green+Blue) = 222+30+143=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1E8F is #21E170. Grayscale: #646464. Windows color (decimal): -2220401 or 9379550. OLE color: 9379550.

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

Color convert

RGB 222 30 143 -
CMYK 0 0.86 0.36 0.13
HSL 324.69º 0.76% 0.49% -
HSV(B) 324.69º 0.86% 0.87% -
XYZ 35.55 18.44 27.67 -
YUV 100.29 152.11 214.81 -
System Red Green Blue C M Y K H S L
Decimal 222 30 143 0 0.86 0.36 0.13 324.69 0.76 0.49
Hex DE 1E 8F 0 56 24 D 145 4C 31
Octal 336 36 217 0 126 44 15 505 114 61
Binary 11011110 11110 10001111 0 1010110 100100 1101 101000101 1001100 110001

Color Harmonies of #DE1E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E8F

Black with #DE1E8F

Text Example


Text Example

White with #DE1E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E8F; }

 p { color: rgb(222,30,143); }

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

background-color css

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

 a { background-color: rgb(222,30,143); }

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

border-color css

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

 span { border-color: rgb(222,30,143); }

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