Html Css Color HEX #DC4693 Deep Cerise

📋 copy color: '#DC4693'

red 220 ◦ green 70 ◦ blue 147

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

Shades of Deep Cerise #DC4693

Tints of Deep Cerise #DC4693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.02%

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

R = 50.34%
G = 16.02%
B = 33.64%

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

#DC4693 (or 0xDC4693) is known color: Deep Cerise. HEX triplet: DC, 46 and 93. RGB value is (220,70,147). Sum of RGB (Red+Green+Blue) = 220+70+147=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4693 is #23B96C. Grayscale: #7B7B7B. Windows color (decimal): -2341229 or 9651932. OLE color: 9651932.

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

Color convert

RGB 220 70 147 -
CMYK 0 0.68 0.33 0.14
HSL 329.2º 0.68% 0.57% -
HSV(B) 329.2º 0.68% 0.86% -
XYZ 36.97 21.7 29.84 -
YUV 123.63 141.2 196.74 -
System Red Green Blue C M Y K H S L
Decimal 220 70 147 0 0.68 0.33 0.14 329.2 0.68 0.57
Hex DC 46 93 0 44 21 E 149 44 39
Octal 334 106 223 0 104 41 16 511 104 71
Binary 11011100 1000110 10010011 0 1000100 100001 1110 101001001 1000100 111001

Color Harmonies of #DC4693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4693

Black with #DC4693

Text Example


Text Example

White with #DC4693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4693; }

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

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

background-color css

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

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

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

border-color css

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

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

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