Html Css Color HEX #DC478A Deep Cerise

📋 copy color: '#DC478A'

red 220 ◦ green 71 ◦ blue 138

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

Shades of Deep Cerise #DC478A

Tints of Deep Cerise #DC478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 51.28%
G = 16.55%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC478A (or 0xDC478A) is known color: Deep Cerise. HEX triplet: DC, 47 and 8A. RGB value is (220,71,138). Sum of RGB (Red+Green+Blue) = 220+71+138=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC478A is #23B875. Grayscale: #7B7B7B. Windows color (decimal): -2340982 or 9062364. OLE color: 9062364.

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

Color convert

RGB 220 71 138 -
CMYK 0 0.68 0.37 0.14
HSL 333.02º 0.68% 0.57% -
HSV(B) 333.02º 0.68% 0.86% -
XYZ 36.36 21.56 26.29 -
YUV 123.19 136.36 197.05 -
System Red Green Blue C M Y K H S L
Decimal 220 71 138 0 0.68 0.37 0.14 333.02 0.68 0.57
Hex DC 47 8A 0 44 25 E 14D 44 39
Octal 334 107 212 0 104 45 16 515 104 71
Binary 11011100 1000111 10001010 0 1000100 100101 1110 101001101 1000100 111001

Color Harmonies of #DC478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC478A

Black with #DC478A

Text Example


Text Example

White with #DC478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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