Html Css Color HEX #D007A0 Medium Violet Red

📋 copy color: '#D007A0'

red 208 ◦ green 7 ◦ blue 160

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

Shades of Medium Violet Red #D007A0

Tints of Medium Violet Red #D007A0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.87%

 BLUE value IS 160 (62.89% from 255) = 42.67%

R = 55.47%
G = 1.87%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D007A0 (or 0xD007A0) is known color: Medium Violet Red. HEX triplet: D0, 07 and A0. RGB value is (208,7,160). Sum of RGB (Red+Green+Blue) = 208+7+160=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D007A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D007A0 is #2FF85F. Grayscale: #545454. Windows color (decimal): -3143776 or 10487760. OLE color: 10487760.

HSL color Cylindrical-coordinate representation of color #D007A0: hue angle of 314.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007A0 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 160 -
CMYK 0 0.97 0.23 0.18
HSL 314.33º 0.93% 0.42% -
HSV(B) 314.33º 0.97% 0.82% -
XYZ 32.43 16.1 34.66 -
YUV 84.54 170.59 216.06 -
System Red Green Blue C M Y K H S L
Decimal 208 7 160 0 0.97 0.23 0.18 314.33 0.93 0.42
Hex D0 7 A0 0 61 17 12 13A 5D 2A
Octal 320 7 240 0 141 27 22 472 135 52
Binary 11010000 111 10100000 0 1100001 10111 10010 100111010 1011101 101010

Color Harmonies of #D007A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D007A0

Black with #D007A0

Text Example


Text Example

White with #D007A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D007A0; }

 p { color: rgb(208,7,160); }

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

background-color css

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

 a { background-color: rgb(208,7,160); }

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

border-color css

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

 span { border-color: rgb(208,7,160); }

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