Html Css Color HEX #DE419F Deep Cerise

📋 copy color: '#DE419F'

red 222 ◦ green 65 ◦ blue 159

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

Shades of Deep Cerise #DE419F

Tints of Deep Cerise #DE419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.57%

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 49.78%
G = 14.57%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE419F (or 0xDE419F) is known color: Deep Cerise. HEX triplet: DE, 41 and 9F. RGB value is (222,65,159). Sum of RGB (Red+Green+Blue) = 222+65+159=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE419F is #21BE60. Grayscale: #7A7A7A. Windows color (decimal): -2211425 or 10437086. OLE color: 10437086.

HSL color Cylindrical-coordinate representation of color #DE419F: hue angle of 324.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE419F is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 65 159 -
CMYK 0 0.71 0.28 0.13
HSL 324.08º 0.7% 0.56% -
HSV(B) 324.08º 0.71% 0.87% -
XYZ 38.27 21.81 34.99 -
YUV 122.66 148.51 198.86 -
System Red Green Blue C M Y K H S L
Decimal 222 65 159 0 0.71 0.28 0.13 324.08 0.7 0.56
Hex DE 41 9F 0 47 1C D 144 46 38
Octal 336 101 237 0 107 34 15 504 106 70
Binary 11011110 1000001 10011111 0 1000111 11100 1101 101000100 1000110 111000

Color Harmonies of #DE419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE419F

Black with #DE419F

Text Example


Text Example

White with #DE419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE419F; }

 p { color: rgb(222,65,159); }

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

background-color css

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

 a { background-color: rgb(222,65,159); }

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

border-color css

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

 span { border-color: rgb(222,65,159); }

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