Html Css Color HEX #D70FCE Deep Magenta

📋 copy color: '#D70FCE'

red 215 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #D70FCE

Tints of Deep Magenta #D70FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 49.31%
G = 3.44%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D70FCE (or 0xD70FCE) is known color: Deep Magenta. HEX triplet: D7, 0F and CE. RGB value is (215,15,206). Sum of RGB (Red+Green+Blue) = 215+15+206=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FCE is #28F031. Grayscale: #606060. Windows color (decimal): -2682930 or 13504471. OLE color: 13504471.

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

Color convert

RGB 215 15 206 -
CMYK 0 0.93 0.04 0.16
HSL 302.7º 0.87% 0.45% -
HSV(B) 302.7º 0.93% 0.84% -
XYZ 39.34 19.24 60.03 -
YUV 96.57 189.76 212.47 -
System Red Green Blue C M Y K H S L
Decimal 215 15 206 0 0.93 0.04 0.16 302.7 0.87 0.45
Hex D7 F CE 0 5D 4 10 12F 57 2D
Octal 327 17 316 0 135 4 20 457 127 55
Binary 11010111 1111 11001110 0 1011101 100 10000 100101111 1010111 101101

Color Harmonies of #D70FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FCE

Black with #D70FCE

Text Example


Text Example

White with #D70FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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