Html Css Color HEX #D014AA Medium Violet Red

📋 copy color: '#D014AA'

red 208 ◦ green 20 ◦ blue 170

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

Shades of Medium Violet Red #D014AA

Tints of Medium Violet Red #D014AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.03%

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

R = 52.26%
G = 5.03%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D014AA (or 0xD014AA) is known color: Medium Violet Red. HEX triplet: D0, 14 and AA. RGB value is (208,20,170). Sum of RGB (Red+Green+Blue) = 208+20+170=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D014AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D014AA is #2FEB55. Grayscale: #5C5C5C. Windows color (decimal): -3140438 or 11146448. OLE color: 11146448.

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

Color convert

RGB 208 20 170 -
CMYK 0 0.90 0.18 0.18
HSL 312.13º 0.82% 0.45% -
HSV(B) 312.13º 0.9% 0.82% -
XYZ 33.52 16.81 39.51 -
YUV 93.31 171.28 209.8 -
System Red Green Blue C M Y K H S L
Decimal 208 20 170 0 0.90 0.18 0.18 312.13 0.82 0.45
Hex D0 14 AA 0 5A 12 12 138 52 2D
Octal 320 24 252 0 132 22 22 470 122 55
Binary 11010000 10100 10101010 0 1011010 10010 10010 100111000 1010010 101101

Color Harmonies of #D014AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D014AA

Black with #D014AA

Text Example


Text Example

White with #D014AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D014AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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