Html Css Color HEX #D317B0 Deep Magenta

📋 copy color: '#D317B0'

red 211 ◦ green 23 ◦ blue 176

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

Shades of Deep Magenta #D317B0

Tints of Deep Magenta #D317B0

RGB

 RED value IS 211 (82.81% from 255) = 51.46%

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

 BLUE value IS 176 (69.14% from 255) = 42.93%

R = 51.46%
G = 5.61%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D317B0 (or 0xD317B0) is known color: Deep Magenta. HEX triplet: D3, 17 and B0. RGB value is (211,23,176). Sum of RGB (Red+Green+Blue) = 211+23+176=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D317B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D317B0 is #2CE84F. Grayscale: #606060. Windows color (decimal): -2943056 or 11540435. OLE color: 11540435.

HSL color Cylindrical-coordinate representation of color #D317B0: hue angle of 311.17º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D317B0 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 23 176 -
CMYK 0 0.89 0.17 0.17
HSL 311.17º 0.8% 0.46% -
HSV(B) 311.17º 0.89% 0.83% -
XYZ 35.01 17.6 42.63 -
YUV 96.65 172.78 209.56 -
System Red Green Blue C M Y K H S L
Decimal 211 23 176 0 0.89 0.17 0.17 311.17 0.8 0.46
Hex D3 17 B0 0 59 11 11 137 50 2E
Octal 323 27 260 0 131 21 21 467 120 56
Binary 11010011 10111 10110000 0 1011001 10001 10001 100110111 1010000 101110

Color Harmonies of #D317B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D317B0

Black with #D317B0

Text Example


Text Example

White with #D317B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D317B0; }

 p { color: rgb(211,23,176); }

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

background-color css

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

 a { background-color: rgb(211,23,176); }

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

border-color css

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

 span { border-color: rgb(211,23,176); }

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