Html Css Color HEX #D70CC5 Deep Magenta

📋 copy color: '#D70CC5'

red 215 ◦ green 12 ◦ blue 197

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

Shades of Deep Magenta #D70CC5

Tints of Deep Magenta #D70CC5

RGB

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

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

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

R = 50.71%
G = 2.83%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D70CC5 (or 0xD70CC5) is known color: Deep Magenta. HEX triplet: D7, 0C and C5. RGB value is (215,12,197). Sum of RGB (Red+Green+Blue) = 215+12+197=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CC5 is #28F33A. Grayscale: #5D5D5D. Windows color (decimal): -2683707 or 12913879. OLE color: 12913879.

HSL color Cylindrical-coordinate representation of color #D70CC5: hue angle of 305.32º 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 #D70CC5 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 12 197 -
CMYK 0 0.94 0.08 0.16
HSL 305.32º 0.89% 0.45% -
HSV(B) 305.32º 0.94% 0.84% -
XYZ 38.23 18.74 54.43 -
YUV 93.79 186.25 214.46 -
System Red Green Blue C M Y K H S L
Decimal 215 12 197 0 0.94 0.08 0.16 305.32 0.89 0.45
Hex D7 C C5 0 5E 8 10 131 59 2D
Octal 327 14 305 0 136 10 20 461 131 55
Binary 11010111 1100 11000101 0 1011110 1000 10000 100110001 1011001 101101

Color Harmonies of #D70CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CC5

Black with #D70CC5

Text Example


Text Example

White with #D70CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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