Html Css Color HEX #DC4493 Deep Cerise

📋 copy color: '#DC4493'

red 220 ◦ green 68 ◦ blue 147

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

Shades of Deep Cerise #DC4493

Tints of Deep Cerise #DC4493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.63%

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

R = 50.57%
G = 15.63%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC4493 (or 0xDC4493) is known color: Deep Cerise. HEX triplet: DC, 44 and 93. RGB value is (220,68,147). Sum of RGB (Red+Green+Blue) = 220+68+147=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4493 is #23BB6C. Grayscale: #7A7A7A. Windows color (decimal): -2341741 or 9651420. OLE color: 9651420.

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

Color convert

RGB 220 68 147 -
CMYK 0 0.69 0.33 0.14
HSL 328.82º 0.68% 0.56% -
HSV(B) 328.82º 0.69% 0.86% -
XYZ 36.85 21.46 29.8 -
YUV 122.45 141.86 197.58 -
System Red Green Blue C M Y K H S L
Decimal 220 68 147 0 0.69 0.33 0.14 328.82 0.68 0.56
Hex DC 44 93 0 45 21 E 149 44 38
Octal 334 104 223 0 105 41 16 511 104 70
Binary 11011100 1000100 10010011 0 1000101 100001 1110 101001001 1000100 111000

Color Harmonies of #DC4493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4493

Black with #DC4493

Text Example


Text Example

White with #DC4493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4493; }

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

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

background-color css

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

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

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

border-color css

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

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

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