Html Css Color HEX #D517BB Deep Magenta

📋 copy color: '#D517BB'

red 213 ◦ green 23 ◦ blue 187

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

Shades of Deep Magenta #D517BB

Tints of Deep Magenta #D517BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 50.35%
G = 5.44%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D517BB (or 0xD517BB) is known color: Deep Magenta. HEX triplet: D5, 17 and BB. RGB value is (213,23,187). Sum of RGB (Red+Green+Blue) = 213+23+187=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D517BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D517BB is #2AE844. Grayscale: #626262. Windows color (decimal): -2811973 or 12261333. OLE color: 12261333.

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

Color convert

RGB 213 23 187 -
CMYK 0 0.89 0.12 0.16
HSL 308.21º 0.81% 0.46% -
HSV(B) 308.21º 0.89% 0.84% -
XYZ 36.72 18.35 48.62 -
YUV 98.51 177.95 209.66 -
System Red Green Blue C M Y K H S L
Decimal 213 23 187 0 0.89 0.12 0.16 308.21 0.81 0.46
Hex D5 17 BB 0 59 C 10 134 51 2E
Octal 325 27 273 0 131 14 20 464 121 56
Binary 11010101 10111 10111011 0 1011001 1100 10000 100110100 1010001 101110

Color Harmonies of #D517BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D517BB

Black with #D517BB

Text Example


Text Example

White with #D517BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D517BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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