Html Css Color HEX #DC419F Deep Cerise

📋 copy color: '#DC419F'

red 220 ◦ green 65 ◦ blue 159

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

Shades of Deep Cerise #DC419F

Tints of Deep Cerise #DC419F

RGB

 RED value IS 220 (86.33% from 255) = 49.55%

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

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

R = 49.55%
G = 14.64%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC419F (or 0xDC419F) is known color: Deep Cerise. HEX triplet: DC, 41 and 9F. RGB value is (220,65,159). Sum of RGB (Red+Green+Blue) = 220+65+159=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC419F is #23BE60. Grayscale: #797979. Windows color (decimal): -2342497 or 10437084. OLE color: 10437084.

HSL color Cylindrical-coordinate representation of color #DC419F: hue angle of 323.61º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC419F is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 65 159 -
CMYK 0 0.70 0.28 0.14
HSL 323.61º 0.69% 0.56% -
HSV(B) 323.61º 0.7% 0.86% -
XYZ 37.66 21.5 34.97 -
YUV 122.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 220 65 159 0 0.70 0.28 0.14 323.61 0.69 0.56
Hex DC 41 9F 0 46 1C E 144 45 38
Octal 334 101 237 0 106 34 16 504 105 70
Binary 11011100 1000001 10011111 0 1000110 11100 1110 101000100 1000101 111000

Color Harmonies of #DC419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC419F

Black with #DC419F

Text Example


Text Example

White with #DC419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC419F; }

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

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

background-color css

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

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

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

border-color css

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

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

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