Html Css Color HEX #DC478C Deep Cerise

📋 copy color: '#DC478C'

red 220 ◦ green 71 ◦ blue 140

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

Shades of Deep Cerise #DC478C

Tints of Deep Cerise #DC478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 51.04%
G = 16.47%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC478C (or 0xDC478C) is known color: Deep Cerise. HEX triplet: DC, 47 and 8C. RGB value is (220,71,140). Sum of RGB (Red+Green+Blue) = 220+71+140=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC478C is #23B873. Grayscale: #7B7B7B. Windows color (decimal): -2340980 or 9193436. OLE color: 9193436.

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

Color convert

RGB 220 71 140 -
CMYK 0 0.68 0.36 0.14
HSL 332.21º 0.68% 0.57% -
HSV(B) 332.21º 0.68% 0.86% -
XYZ 36.5 21.62 27.06 -
YUV 123.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 220 71 140 0 0.68 0.36 0.14 332.21 0.68 0.57
Hex DC 47 8C 0 44 24 E 14C 44 39
Octal 334 107 214 0 104 44 16 514 104 71
Binary 11011100 1000111 10001100 0 1000100 100100 1110 101001100 1000100 111001

Color Harmonies of #DC478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC478C

Black with #DC478C

Text Example


Text Example

White with #DC478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC478C; }

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

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

background-color css

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

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

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

border-color css

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

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

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