Html Css Color HEX #DC4095 Deep Cerise

📋 copy color: '#DC4095'

red 220 ◦ green 64 ◦ blue 149

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

Shades of Deep Cerise #DC4095

Tints of Deep Cerise #DC4095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.78%

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

R = 50.81%
G = 14.78%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC4095 (or 0xDC4095) is known color: Deep Cerise. HEX triplet: DC, 40 and 95. RGB value is (220,64,149). Sum of RGB (Red+Green+Blue) = 220+64+149=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4095 is #23BF6A. Grayscale: #787878. Windows color (decimal): -2342763 or 9781468. OLE color: 9781468.

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

Color convert

RGB 220 64 149 -
CMYK 0 0.71 0.32 0.14
HSL 327.31º 0.69% 0.56% -
HSV(B) 327.31º 0.71% 0.86% -
XYZ 36.77 21.05 30.56 -
YUV 120.33 144.18 199.09 -
System Red Green Blue C M Y K H S L
Decimal 220 64 149 0 0.71 0.32 0.14 327.31 0.69 0.56
Hex DC 40 95 0 47 20 E 147 45 38
Octal 334 100 225 0 107 40 16 507 105 70
Binary 11011100 1000000 10010101 0 1000111 100000 1110 101000111 1000101 111000

Color Harmonies of #DC4095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4095

Black with #DC4095

Text Example


Text Example

White with #DC4095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4095; }

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

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

background-color css

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

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

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

border-color css

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

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

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