Html Css Color HEX #DC3A77 Deep Cerise

📋 copy color: '#DC3A77'

red 220 ◦ green 58 ◦ blue 119

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

Shades of Deep Cerise #DC3A77

Tints of Deep Cerise #DC3A77

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.61%

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 55.42%
G = 14.61%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC3A77 (or 0xDC3A77) is known color: Deep Cerise. HEX triplet: DC, 3A and 77. RGB value is (220,58,119). Sum of RGB (Red+Green+Blue) = 220+58+119=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3A77 is #23C588. Grayscale: #717171. Windows color (decimal): -2344329 or 7813852. OLE color: 7813852.

HSL color Cylindrical-coordinate representation of color #DC3A77: hue angle of 337.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3A77 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 58 119 -
CMYK 0 0.74 0.46 0.14
HSL 337.41º 0.7% 0.55% -
HSV(B) 337.41º 0.74% 0.86% -
XYZ 34.36 19.57 19.42 -
YUV 113.39 131.17 204.04 -
System Red Green Blue C M Y K H S L
Decimal 220 58 119 0 0.74 0.46 0.14 337.41 0.7 0.55
Hex DC 3A 77 0 4A 2E E 151 46 37
Octal 334 72 167 0 112 56 16 521 106 67
Binary 11011100 111010 1110111 0 1001010 101110 1110 101010001 1000110 110111

Color Harmonies of #DC3A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A77

Black with #DC3A77

Text Example


Text Example

White with #DC3A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A77; }

 p { color: rgb(220,58,119); }

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

background-color css

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

 a { background-color: rgb(220,58,119); }

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

border-color css

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

 span { border-color: rgb(220,58,119); }

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