Html Css Color HEX #D70CCD Deep Magenta

📋 copy color: '#D70CCD'

red 215 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #D70CCD

Tints of Deep Magenta #D70CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 49.77%
G = 2.78%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D70CCD (or 0xD70CCD) is known color: Deep Magenta. HEX triplet: D7, 0C and CD. RGB value is (215,12,205). Sum of RGB (Red+Green+Blue) = 215+12+205=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CCD is #28F332. Grayscale: #5E5E5E. Windows color (decimal): -2683699 or 13438167. OLE color: 13438167.

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

Color convert

RGB 215 12 205 -
CMYK 0 0.94 0.05 0.16
HSL 302.96º 0.89% 0.45% -
HSV(B) 302.96º 0.94% 0.84% -
XYZ 39.18 19.12 59.38 -
YUV 94.7 190.25 213.81 -
System Red Green Blue C M Y K H S L
Decimal 215 12 205 0 0.94 0.05 0.16 302.96 0.89 0.45
Hex D7 C CD 0 5E 5 10 12F 59 2D
Octal 327 14 315 0 136 5 20 457 131 55
Binary 11010111 1100 11001101 0 1011110 101 10000 100101111 1011001 101101

Color Harmonies of #D70CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CCD

Black with #D70CCD

Text Example


Text Example

White with #D70CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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