Html Css Color HEX #D70FCD Deep Magenta

📋 copy color: '#D70FCD'

red 215 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #D70FCD

Tints of Deep Magenta #D70FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.45%

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

R = 49.43%
G = 3.45%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D70FCD (or 0xD70FCD) is known color: Deep Magenta. HEX triplet: D7, 0F and CD. RGB value is (215,15,205). Sum of RGB (Red+Green+Blue) = 215+15+205=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FCD is #28F032. Grayscale: #5F5F5F. Windows color (decimal): -2682931 or 13438935. OLE color: 13438935.

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

Color convert

RGB 215 15 205 -
CMYK 0 0.93 0.05 0.16
HSL 303º 0.87% 0.45% -
HSV(B) 303º 0.93% 0.84% -
XYZ 39.21 19.2 59.4 -
YUV 96.46 189.26 212.55 -
System Red Green Blue C M Y K H S L
Decimal 215 15 205 0 0.93 0.05 0.16 303 0.87 0.45
Hex D7 F CD 0 5D 5 10 12F 57 2D
Octal 327 17 315 0 135 5 20 457 127 55
Binary 11010111 1111 11001101 0 1011101 101 10000 100101111 1010111 101101

Color Harmonies of #D70FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FCD

Black with #D70FCD

Text Example


Text Example

White with #D70FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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