Html Css Color HEX #DC478D Deep Cerise

📋 copy color: '#DC478D'

red 220 ◦ green 71 ◦ blue 141

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

Shades of Deep Cerise #DC478D

Tints of Deep Cerise #DC478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 50.93%
G = 16.44%
B = 32.64%

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

#DC478D (or 0xDC478D) is known color: Deep Cerise. HEX triplet: DC, 47 and 8D. RGB value is (220,71,141). Sum of RGB (Red+Green+Blue) = 220+71+141=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC478D is #23B872. Grayscale: #7B7B7B. Windows color (decimal): -2340979 or 9258972. OLE color: 9258972.

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

Color convert

RGB 220 71 141 -
CMYK 0 0.68 0.36 0.14
HSL 331.81º 0.68% 0.57% -
HSV(B) 331.81º 0.68% 0.86% -
XYZ 36.58 21.65 27.45 -
YUV 123.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 220 71 141 0 0.68 0.36 0.14 331.81 0.68 0.57
Hex DC 47 8D 0 44 24 E 14C 44 39
Octal 334 107 215 0 104 44 16 514 104 71
Binary 11011100 1000111 10001101 0 1000100 100100 1110 101001100 1000100 111001

Color Harmonies of #DC478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC478D

Black with #DC478D

Text Example


Text Example

White with #DC478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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