Html Css Color HEX #DC478E Deep Cerise

📋 copy color: '#DC478E'

red 220 ◦ green 71 ◦ blue 142

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

Shades of Deep Cerise #DC478E

Tints of Deep Cerise #DC478E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.79%

R = 50.81%
G = 16.4%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC478E (or 0xDC478E) is known color: Deep Cerise. HEX triplet: DC, 47 and 8E. RGB value is (220,71,142). Sum of RGB (Red+Green+Blue) = 220+71+142=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC478E is #23B871. Grayscale: #7B7B7B. Windows color (decimal): -2340978 or 9324508. OLE color: 9324508.

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

Color convert

RGB 220 71 142 -
CMYK 0 0.68 0.35 0.14
HSL 331.41º 0.68% 0.57% -
HSV(B) 331.41º 0.68% 0.86% -
XYZ 36.65 21.68 27.84 -
YUV 123.65 138.36 196.73 -
System Red Green Blue C M Y K H S L
Decimal 220 71 142 0 0.68 0.35 0.14 331.41 0.68 0.57
Hex DC 47 8E 0 44 23 E 14B 44 39
Octal 334 107 216 0 104 43 16 513 104 71
Binary 11011100 1000111 10001110 0 1000100 100011 1110 101001011 1000100 111001

Color Harmonies of #DC478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC478E

Black with #DC478E

Text Example


Text Example

White with #DC478E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC478E; }

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

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

background-color css

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

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

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

border-color css

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

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

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