Html Css Color HEX #DC4793 Deep Cerise

📋 copy color: '#DC4793'

red 220 ◦ green 71 ◦ blue 147

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

Shades of Deep Cerise #DC4793

Tints of Deep Cerise #DC4793

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.21%

 BLUE value IS 147 (57.81% from 255) = 33.56%

R = 50.23%
G = 16.21%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC4793 (or 0xDC4793) is known color: Deep Cerise. HEX triplet: DC, 47 and 93. RGB value is (220,71,147). Sum of RGB (Red+Green+Blue) = 220+71+147=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4793 is #23B86C. Grayscale: #7C7C7C. Windows color (decimal): -2340973 or 9652188. OLE color: 9652188.

HSL color Cylindrical-coordinate representation of color #DC4793: hue angle of 329.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4793 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 147 -
CMYK 0 0.68 0.33 0.14
HSL 329.4º 0.68% 0.57% -
HSV(B) 329.4º 0.68% 0.86% -
XYZ 37.03 21.83 29.87 -
YUV 124.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 220 71 147 0 0.68 0.33 0.14 329.4 0.68 0.57
Hex DC 47 93 0 44 21 E 149 44 39
Octal 334 107 223 0 104 41 16 511 104 71
Binary 11011100 1000111 10010011 0 1000100 100001 1110 101001001 1000100 111001

Color Harmonies of #DC4793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4793

Black with #DC4793

Text Example


Text Example

White with #DC4793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4793; }

 p { color: rgb(220,71,147); }

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

background-color css

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

 a { background-color: rgb(220,71,147); }

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

border-color css

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

 span { border-color: rgb(220,71,147); }

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