Html Css Color HEX #D013A8 Medium Violet Red

📋 copy color: '#D013A8'

red 208 ◦ green 19 ◦ blue 168

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

Shades of Medium Violet Red #D013A8

Tints of Medium Violet Red #D013A8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.81%

 BLUE value IS 168 (66.02% from 255) = 42.53%

R = 52.66%
G = 4.81%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D013A8 (or 0xD013A8) is known color: Medium Violet Red. HEX triplet: D0, 13 and A8. RGB value is (208,19,168). Sum of RGB (Red+Green+Blue) = 208+19+168=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D013A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D013A8 is #2FEC57. Grayscale: #5C5C5C. Windows color (decimal): -3140696 or 11015120. OLE color: 11015120.

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

Color convert

RGB 208 19 168 -
CMYK 0 0.91 0.19 0.18
HSL 312.7º 0.83% 0.45% -
HSV(B) 312.7º 0.91% 0.82% -
XYZ 33.31 16.7 38.51 -
YUV 92.5 170.62 210.38 -
System Red Green Blue C M Y K H S L
Decimal 208 19 168 0 0.91 0.19 0.18 312.7 0.83 0.45
Hex D0 13 A8 0 5B 13 12 139 53 2D
Octal 320 23 250 0 133 23 22 471 123 55
Binary 11010000 10011 10101000 0 1011011 10011 10010 100111001 1010011 101101

Color Harmonies of #D013A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D013A8

Black with #D013A8

Text Example


Text Example

White with #D013A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D013A8; }

 p { color: rgb(208,19,168); }

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

background-color css

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

 a { background-color: rgb(208,19,168); }

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

border-color css

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

 span { border-color: rgb(208,19,168); }

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