Html Css Color HEX #DC4295 Deep Cerise

📋 copy color: '#DC4295'

red 220 ◦ green 66 ◦ blue 149

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

Shades of Deep Cerise #DC4295

Tints of Deep Cerise #DC4295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.17%

 BLUE value IS 149 (58.59% from 255) = 34.25%

R = 50.57%
G = 15.17%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC4295 (or 0xDC4295) is known color: Deep Cerise. HEX triplet: DC, 42 and 95. RGB value is (220,66,149). Sum of RGB (Red+Green+Blue) = 220+66+149=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4295 is #23BD6A. Grayscale: #797979. Windows color (decimal): -2342251 or 9781980. OLE color: 9781980.

HSL color Cylindrical-coordinate representation of color #DC4295: hue angle of 327.66º 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 #DC4295 is Cyan = 0, Magento = 0.7, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 66 149 -
CMYK 0 0.7 0.32 0.14
HSL 327.66º 0.69% 0.56% -
HSV(B) 327.66º 0.7% 0.86% -
XYZ 36.89 21.28 30.6 -
YUV 121.51 143.52 198.25 -
System Red Green Blue C M Y K H S L
Decimal 220 66 149 0 0.7 0.32 0.14 327.66 0.69 0.56
Hex DC 42 95 0 46 20 E 148 45 38
Octal 334 102 225 0 106 40 16 510 105 70
Binary 11011100 1000010 10010101 0 1000110 100000 1110 101001000 1000101 111000

Color Harmonies of #DC4295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4295

Black with #DC4295

Text Example


Text Example

White with #DC4295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4295; }

 p { color: rgb(220,66,149); }

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

background-color css

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

 a { background-color: rgb(220,66,149); }

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

border-color css

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

 span { border-color: rgb(220,66,149); }

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