Html Css Color HEX #DC3C7A Deep Cerise

📋 copy color: '#DC3C7A'

red 220 ◦ green 60 ◦ blue 122

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

Shades of Deep Cerise #DC3C7A

Tints of Deep Cerise #DC3C7A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.93%

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 54.73%
G = 14.93%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC3C7A (or 0xDC3C7A) is known color: Deep Cerise. HEX triplet: DC, 3C and 7A. RGB value is (220,60,122). Sum of RGB (Red+Green+Blue) = 220+60+122=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C7A is #23C385. Grayscale: #727272. Windows color (decimal): -2343814 or 8010972. OLE color: 8010972.

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

Color convert

RGB 220 60 122 -
CMYK 0 0.73 0.45 0.14
HSL 336.75º 0.7% 0.55% -
HSV(B) 336.75º 0.73% 0.86% -
XYZ 34.64 19.85 20.42 -
YUV 114.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 220 60 122 0 0.73 0.45 0.14 336.75 0.7 0.55
Hex DC 3C 7A 0 49 2D E 151 46 37
Octal 334 74 172 0 111 55 16 521 106 67
Binary 11011100 111100 1111010 0 1001001 101101 1110 101010001 1000110 110111

Color Harmonies of #DC3C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C7A

Black with #DC3C7A

Text Example


Text Example

White with #DC3C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C7A; }

 p { color: rgb(220,60,122); }

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

background-color css

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

 a { background-color: rgb(220,60,122); }

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

border-color css

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

 span { border-color: rgb(220,60,122); }

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