Html Css Color HEX #D70CD2 Deep Magenta

📋 copy color: '#D70CD2'

red 215 ◦ green 12 ◦ blue 210

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

Shades of Deep Magenta #D70CD2

Tints of Deep Magenta #D70CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.05%

R = 49.2%
G = 2.75%
B = 48.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D70CD2 (or 0xD70CD2) is known color: Deep Magenta. HEX triplet: D7, 0C and D2. RGB value is (215,12,210). Sum of RGB (Red+Green+Blue) = 215+12+210=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CD2 is #28F32D. Grayscale: #5E5E5E. Windows color (decimal): -2683694 or 13765847. OLE color: 13765847.

HSL color Cylindrical-coordinate representation of color #D70CD2: hue angle of 301.48º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70CD2 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 12 210 -
CMYK 0 0.94 0.02 0.16
HSL 301.48º 0.89% 0.45% -
HSV(B) 301.48º 0.94% 0.84% -
XYZ 39.79 19.36 62.61 -
YUV 95.27 192.75 213.4 -
System Red Green Blue C M Y K H S L
Decimal 215 12 210 0 0.94 0.02 0.16 301.48 0.89 0.45
Hex D7 C D2 0 5E 2 10 12D 59 2D
Octal 327 14 322 0 136 2 20 455 131 55
Binary 11010111 1100 11010010 0 1011110 10 10000 100101101 1011001 101101

Color Harmonies of #D70CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CD2

Black with #D70CD2

Text Example


Text Example

White with #D70CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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