Html Css Color HEX #D300AD Deep Magenta

📋 copy color: '#D300AD'

red 211 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #D300AD

Tints of Deep Magenta #D300AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 54.95%
G = 0%
B = 45.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D300AD (or 0xD300AD) is known color: Deep Magenta. HEX triplet: D3, 00 and AD. RGB value is (211,0,173). Sum of RGB (Red+Green+Blue) = 211+0+173=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D300AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D300AD is #2CFF52. Grayscale: #525252. Windows color (decimal): -2948947 or 11337939. OLE color: 11337939.

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

Color convert

RGB 211 0 173 -
CMYK 0 1 0.18 0.17
HSL 310.81º 1% 0.41% -
HSV(B) 310.81º 1% 0.83% -
XYZ 34.41 16.87 40.98 -
YUV 82.81 178.9 219.43 -
System Red Green Blue C M Y K H S L
Decimal 211 0 173 0 1 0.18 0.17 310.81 1 0.41
Hex D3 0 AD 0 64 12 11 137 64 29
Octal 323 0 255 0 144 22 21 467 144 51
Binary 11010011 0 10101101 0 1100100 10010 10001 100110111 1100100 101001

Color Harmonies of #D300AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D300AD

Black with #D300AD

Text Example


Text Example

White with #D300AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D300AD; }

 p { color: rgb(211,0,173); }

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

background-color css

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

 a { background-color: rgb(211,0,173); }

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

border-color css

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

 span { border-color: rgb(211,0,173); }

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