Html Css Color HEX #D70CDC Deep Magenta

📋 copy color: '#D70CDC'

red 215 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #D70CDC

Tints of Deep Magenta #D70CDC

RGB

 RED value IS 215 (84.38% from 255) = 48.1%

 GREEN value IS 12 (5.08% from 255) = 2.68%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 48.1%
G = 2.68%
B = 49.22%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D70CDC (or 0xD70CDC) is known color: Deep Magenta. HEX triplet: D7, 0C and DC. RGB value is (215,12,220). Sum of RGB (Red+Green+Blue) = 215+12+220=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #D70CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CDC is #28F323. Grayscale: #5F5F5F. Windows color (decimal): -2683684 or 14421207. OLE color: 14421207.

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

Color convert

RGB 215 12 220 -
CMYK 0.02 0.95 0 0.14
HSL 298.56º 0.9% 0.45% -
HSV(B) 298.56º 0.95% 0.86% -
XYZ 41.07 19.88 69.38 -
YUV 96.41 197.75 212.59 -
System Red Green Blue C M Y K H S L
Decimal 215 12 220 0.02 0.95 0 0.14 298.56 0.9 0.45
Hex D7 C DC 2 5F 0 E 12B 5A 2D
Octal 327 14 334 2 137 0 16 453 132 55
Binary 11010111 1100 11011100 10 1011111 0 1110 100101011 1011010 101101

Color Harmonies of #D70CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CDC

Black with #D70CDC

Text Example


Text Example

White with #D70CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CDC; }

 p { color: rgb(215,12,220); }

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

background-color css

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

 a { background-color: rgb(215,12,220); }

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

border-color css

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

 span { border-color: rgb(215,12,220); }

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