Html Css Color HEX #D70FD0 Deep Magenta

📋 copy color: '#D70FD0'

red 215 ◦ green 15 ◦ blue 208

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

Shades of Deep Magenta #D70FD0

Tints of Deep Magenta #D70FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.49%

R = 49.09%
G = 3.42%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D70FD0 (or 0xD70FD0) is known color: Deep Magenta. HEX triplet: D7, 0F and D0. RGB value is (215,15,208). Sum of RGB (Red+Green+Blue) = 215+15+208=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FD0 is #28F02F. Grayscale: #606060. Windows color (decimal): -2682928 or 13635543. OLE color: 13635543.

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

Color convert

RGB 215 15 208 -
CMYK 0 0.93 0.03 0.16
HSL 302.1º 0.87% 0.45% -
HSV(B) 302.1º 0.93% 0.84% -
XYZ 39.58 19.34 61.32 -
YUV 96.8 190.76 212.31 -
System Red Green Blue C M Y K H S L
Decimal 215 15 208 0 0.93 0.03 0.16 302.1 0.87 0.45
Hex D7 F D0 0 5D 3 10 12E 57 2D
Octal 327 17 320 0 135 3 20 456 127 55
Binary 11010111 1111 11010000 0 1011101 11 10000 100101110 1010111 101101

Color Harmonies of #D70FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FD0

Black with #D70FD0

Text Example


Text Example

White with #D70FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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