Html Css Color HEX #D007A2 Medium Violet Red

📋 copy color: '#D007A2'

red 208 ◦ green 7 ◦ blue 162

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

Shades of Medium Violet Red #D007A2

Tints of Medium Violet Red #D007A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.97%

R = 55.17%
G = 1.86%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D007A2 (or 0xD007A2) is known color: Medium Violet Red. HEX triplet: D0, 07 and A2. RGB value is (208,7,162). Sum of RGB (Red+Green+Blue) = 208+7+162=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D007A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D007A2 is #2FF85D. Grayscale: #545454. Windows color (decimal): -3143774 or 10618832. OLE color: 10618832.

HSL color Cylindrical-coordinate representation of color #D007A2: hue angle of 313.73º 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 #D007A2 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 162 -
CMYK 0 0.97 0.22 0.18
HSL 313.73º 0.93% 0.42% -
HSV(B) 313.73º 0.97% 0.82% -
XYZ 32.61 16.17 35.58 -
YUV 84.77 171.59 215.9 -
System Red Green Blue C M Y K H S L
Decimal 208 7 162 0 0.97 0.22 0.18 313.73 0.93 0.42
Hex D0 7 A2 0 61 16 12 13A 5D 2A
Octal 320 7 242 0 141 26 22 472 135 52
Binary 11010000 111 10100010 0 1100001 10110 10010 100111010 1011101 101010

Color Harmonies of #D007A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D007A2

Black with #D007A2

Text Example


Text Example

White with #D007A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D007A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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