Html Css Color HEX #D517CF Deep Magenta

📋 copy color: '#D517CF'

red 213 ◦ green 23 ◦ blue 207

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

Shades of Deep Magenta #D517CF

Tints of Deep Magenta #D517CF

RGB

 RED value IS 213 (83.59% from 255) = 48.08%

 GREEN value IS 23 (9.38% from 255) = 5.19%

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 48.08%
G = 5.19%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D517CF (or 0xD517CF) is known color: Deep Magenta. HEX triplet: D5, 17 and CF. RGB value is (213,23,207). Sum of RGB (Red+Green+Blue) = 213+23+207=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D517CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D517CF is #2AE830. Grayscale: #646464. Windows color (decimal): -2811953 or 13572053. OLE color: 13572053.

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

Color convert

RGB 213 23 207 -
CMYK 0 0.89 0.03 0.16
HSL 301.89º 0.81% 0.46% -
HSV(B) 301.89º 0.89% 0.84% -
XYZ 39.01 19.26 60.69 -
YUV 100.79 187.95 208.04 -
System Red Green Blue C M Y K H S L
Decimal 213 23 207 0 0.89 0.03 0.16 301.89 0.81 0.46
Hex D5 17 CF 0 59 3 10 12E 51 2E
Octal 325 27 317 0 131 3 20 456 121 56
Binary 11010101 10111 11001111 0 1011001 11 10000 100101110 1010001 101110

Color Harmonies of #D517CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D517CF

Black with #D517CF

Text Example


Text Example

White with #D517CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D517CF; }

 p { color: rgb(213,23,207); }

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

background-color css

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

 a { background-color: rgb(213,23,207); }

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

border-color css

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

 span { border-color: rgb(213,23,207); }

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