Html Css Color HEX #D710C0 Deep Magenta

📋 copy color: '#D710C0'

red 215 ◦ green 16 ◦ blue 192

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

Shades of Deep Magenta #D710C0

Tints of Deep Magenta #D710C0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.78%

 BLUE value IS 192 (75.39% from 255) = 45.39%

R = 50.83%
G = 3.78%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D710C0 (or 0xD710C0) is known color: Deep Magenta. HEX triplet: D7, 10 and C0. RGB value is (215,16,192). Sum of RGB (Red+Green+Blue) = 215+16+192=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D710C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D710C0 is #28EF3F. Grayscale: #5F5F5F. Windows color (decimal): -2682688 or 12587223. OLE color: 12587223.

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

Color convert

RGB 215 16 192 -
CMYK 0 0.93 0.11 0.16
HSL 306.93º 0.86% 0.45% -
HSV(B) 306.93º 0.93% 0.84% -
XYZ 37.72 18.62 51.48 -
YUV 95.57 182.43 213.19 -
System Red Green Blue C M Y K H S L
Decimal 215 16 192 0 0.93 0.11 0.16 306.93 0.86 0.45
Hex D7 10 C0 0 5D B 10 133 56 2D
Octal 327 20 300 0 135 13 20 463 126 55
Binary 11010111 10000 11000000 0 1011101 1011 10000 100110011 1010110 101101

Color Harmonies of #D710C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710C0

Black with #D710C0

Text Example


Text Example

White with #D710C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710C0; }

 p { color: rgb(215,16,192); }

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

background-color css

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

 a { background-color: rgb(215,16,192); }

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

border-color css

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

 span { border-color: rgb(215,16,192); }

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