Html Css Color HEX #D716C2 Deep Magenta

📋 copy color: '#D716C2'

red 215 ◦ green 22 ◦ blue 194

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

Shades of Deep Magenta #D716C2

Tints of Deep Magenta #D716C2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.1%

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

R = 49.88%
G = 5.1%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D716C2 (or 0xD716C2) is known color: Deep Magenta. HEX triplet: D7, 16 and C2. RGB value is (215,22,194). Sum of RGB (Red+Green+Blue) = 215+22+194=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D716C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716C2 is #28E93D. Grayscale: #626262. Windows color (decimal): -2681150 or 12719831. OLE color: 12719831.

HSL color Cylindrical-coordinate representation of color #D716C2: hue angle of 306.53º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D716C2 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 22 194 -
CMYK 0 0.90 0.10 0.16
HSL 306.53º 0.81% 0.46% -
HSV(B) 306.53º 0.9% 0.84% -
XYZ 38.05 18.92 52.68 -
YUV 99.32 181.44 210.51 -
System Red Green Blue C M Y K H S L
Decimal 215 22 194 0 0.90 0.10 0.16 306.53 0.81 0.46
Hex D7 16 C2 0 5A A 10 133 51 2E
Octal 327 26 302 0 132 12 20 463 121 56
Binary 11010111 10110 11000010 0 1011010 1010 10000 100110011 1010001 101110

Color Harmonies of #D716C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D716C2

Black with #D716C2

Text Example


Text Example

White with #D716C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D716C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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