Html Css Color HEX #DC07C5 Deep Magenta

📋 copy color: '#DC07C5'

red 220 ◦ green 7 ◦ blue 197

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

Shades of Deep Magenta #DC07C5

Tints of Deep Magenta #DC07C5

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.65%

 BLUE value IS 197 (77.34% from 255) = 46.46%

R = 51.89%
G = 1.65%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC07C5 (or 0xDC07C5) is known color: Deep Magenta. HEX triplet: DC, 07 and C5. RGB value is (220,7,197). Sum of RGB (Red+Green+Blue) = 220+7+197=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC07C5 is #23F83A. Grayscale: #5B5B5B. Windows color (decimal): -2357307 or 12912604. OLE color: 12912604.

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

Color convert

RGB 220 7 197 -
CMYK 0 0.97 0.10 0.14
HSL 306.48º 0.94% 0.45% -
HSV(B) 306.48º 0.97% 0.86% -
XYZ 39.67 19.4 54.48 -
YUV 92.35 187.07 219.05 -
System Red Green Blue C M Y K H S L
Decimal 220 7 197 0 0.97 0.10 0.14 306.48 0.94 0.45
Hex DC 7 C5 0 61 A E 132 5E 2D
Octal 334 7 305 0 141 12 16 462 136 55
Binary 11011100 111 11000101 0 1100001 1010 1110 100110010 1011110 101101

Color Harmonies of #DC07C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC07C5

Black with #DC07C5

Text Example


Text Example

White with #DC07C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC07C5; }

 p { color: rgb(220,7,197); }

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

background-color css

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

 a { background-color: rgb(220,7,197); }

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

border-color css

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

 span { border-color: rgb(220,7,197); }

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