Html Css Color HEX #D710C2 Deep Magenta

📋 copy color: '#D710C2'

red 215 ◦ green 16 ◦ blue 194

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

Shades of Deep Magenta #D710C2

Tints of Deep Magenta #D710C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.65%

R = 50.59%
G = 3.76%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D710C2 (or 0xD710C2) is known color: Deep Magenta. HEX triplet: D7, 10 and C2. RGB value is (215,16,194). Sum of RGB (Red+Green+Blue) = 215+16+194=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D710C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D710C2 is #28EF3D. Grayscale: #5F5F5F. Windows color (decimal): -2682686 or 12718295. OLE color: 12718295.

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

Color convert

RGB 215 16 194 -
CMYK 0 0.93 0.10 0.16
HSL 306.33º 0.86% 0.45% -
HSV(B) 306.33º 0.93% 0.84% -
XYZ 37.95 18.71 52.65 -
YUV 95.79 183.43 213.03 -
System Red Green Blue C M Y K H S L
Decimal 215 16 194 0 0.93 0.10 0.16 306.33 0.86 0.45
Hex D7 10 C2 0 5D A 10 132 56 2D
Octal 327 20 302 0 135 12 20 462 126 55
Binary 11010111 10000 11000010 0 1011101 1010 10000 100110010 1010110 101101

Color Harmonies of #D710C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710C2

Black with #D710C2

Text Example


Text Example

White with #D710C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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