Html Css Color HEX #DC07BE Deep Magenta

📋 copy color: '#DC07BE'

red 220 ◦ green 7 ◦ blue 190

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

Shades of Deep Magenta #DC07BE

Tints of Deep Magenta #DC07BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 52.76%
G = 1.68%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC07BE (or 0xDC07BE) is known color: Deep Magenta. HEX triplet: DC, 07 and BE. RGB value is (220,7,190). Sum of RGB (Red+Green+Blue) = 220+7+190=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC07BE is #23F841. Grayscale: #5B5B5B. Windows color (decimal): -2357314 or 12453852. OLE color: 12453852.

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

Color convert

RGB 220 7 190 -
CMYK 0 0.97 0.14 0.14
HSL 308.45º 0.94% 0.45% -
HSV(B) 308.45º 0.97% 0.86% -
XYZ 38.89 19.09 50.35 -
YUV 91.55 183.57 219.62 -
System Red Green Blue C M Y K H S L
Decimal 220 7 190 0 0.97 0.14 0.14 308.45 0.94 0.45
Hex DC 7 BE 0 61 E E 134 5E 2D
Octal 334 7 276 0 141 16 16 464 136 55
Binary 11011100 111 10111110 0 1100001 1110 1110 100110100 1011110 101101

Color Harmonies of #DC07BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC07BE

Black with #DC07BE

Text Example


Text Example

White with #DC07BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC07BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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