Html Css Color HEX #D70DCE Deep Magenta

📋 copy color: '#D70DCE'

red 215 ◦ green 13 ◦ blue 206

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

Shades of Deep Magenta #D70DCE

Tints of Deep Magenta #D70DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3%

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

R = 49.54%
G = 3%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D70DCE (or 0xD70DCE) is known color: Deep Magenta. HEX triplet: D7, 0D and CE. RGB value is (215,13,206). Sum of RGB (Red+Green+Blue) = 215+13+206=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DCE is #28F231. Grayscale: #5E5E5E. Windows color (decimal): -2683442 or 13503959. OLE color: 13503959.

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

Color convert

RGB 215 13 206 -
CMYK 0 0.94 0.04 0.16
HSL 302.67º 0.89% 0.45% -
HSV(B) 302.67º 0.94% 0.84% -
XYZ 39.31 19.19 60.02 -
YUV 95.4 190.42 213.31 -
System Red Green Blue C M Y K H S L
Decimal 215 13 206 0 0.94 0.04 0.16 302.67 0.89 0.45
Hex D7 D CE 0 5E 4 10 12F 59 2D
Octal 327 15 316 0 136 4 20 457 131 55
Binary 11010111 1101 11001110 0 1011110 100 10000 100101111 1011001 101101

Color Harmonies of #D70DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DCE

Black with #D70DCE

Text Example


Text Example

White with #D70DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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