Html Css Color HEX #D016AA Medium Violet Red

📋 copy color: '#D016AA'

red 208 ◦ green 22 ◦ blue 170

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

Shades of Medium Violet Red #D016AA

Tints of Medium Violet Red #D016AA

RGB

 RED value IS 208 (81.64% from 255) = 52%

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

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 52%
G = 5.5%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D016AA (or 0xD016AA) is known color: Medium Violet Red. HEX triplet: D0, 16 and AA. RGB value is (208,22,170). Sum of RGB (Red+Green+Blue) = 208+22+170=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D016AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D016AA is #2FE955. Grayscale: #5E5E5E. Windows color (decimal): -3139926 or 11146960. OLE color: 11146960.

HSL color Cylindrical-coordinate representation of color #D016AA: hue angle of 312.26º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D016AA is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 22 170 -
CMYK 0 0.89 0.18 0.18
HSL 312.26º 0.81% 0.45% -
HSV(B) 312.26º 0.89% 0.82% -
XYZ 33.56 16.89 39.52 -
YUV 94.49 170.62 208.97 -
System Red Green Blue C M Y K H S L
Decimal 208 22 170 0 0.89 0.18 0.18 312.26 0.81 0.45
Hex D0 16 AA 0 59 12 12 138 51 2D
Octal 320 26 252 0 131 22 22 470 121 55
Binary 11010000 10110 10101010 0 1011001 10010 10010 100111000 1010001 101101

Color Harmonies of #D016AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016AA

Black with #D016AA

Text Example


Text Example

White with #D016AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016AA; }

 p { color: rgb(208,22,170); }

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

background-color css

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

 a { background-color: rgb(208,22,170); }

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

border-color css

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

 span { border-color: rgb(208,22,170); }

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