Html Css Color HEX #D70FDD Deep Magenta

📋 copy color: '#D70FDD'

red 215 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #D70FDD

Tints of Deep Magenta #D70FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 47.67%
G = 3.33%
B = 49%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D70FDD (or 0xD70FDD) is known color: Deep Magenta. HEX triplet: D7, 0F and DD. RGB value is (215,15,221). Sum of RGB (Red+Green+Blue) = 215+15+221=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #D70FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FDD is #28F022. Grayscale: #616161. Windows color (decimal): -2682915 or 14487511. OLE color: 14487511.

HSL color Cylindrical-coordinate representation of color #D70FDD: hue angle of 298.25º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70FDD is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 15 221 -
CMYK 0.03 0.93 0 0.13
HSL 298.25º 0.87% 0.46% -
HSV(B) 298.25º 0.93% 0.87% -
XYZ 41.25 20.01 70.09 -
YUV 98.28 197.26 211.25 -
System Red Green Blue C M Y K H S L
Decimal 215 15 221 0.03 0.93 0 0.13 298.25 0.87 0.46
Hex D7 F DD 3 5D 0 D 12A 57 2E
Octal 327 17 335 3 135 0 15 452 127 56
Binary 11010111 1111 11011101 11 1011101 0 1101 100101010 1010111 101110

Color Harmonies of #D70FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FDD

Black with #D70FDD

Text Example


Text Example

White with #D70FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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