Html Css Color HEX #D0007A Medium Violet Red

📋 copy color: '#D0007A'

red 208 ◦ green 0 ◦ blue 122

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

Shades of Medium Violet Red #D0007A

Tints of Medium Violet Red #D0007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 122 (48.05% from 255) = 36.97%

R = 63.03%
G = 0%
B = 36.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0007A (or 0xD0007A) is known color: Medium Violet Red. HEX triplet: D0, 00 and 7A. RGB value is (208,0,122). Sum of RGB (Red+Green+Blue) = 208+0+122=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D0007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0007A is #2FFF85. Grayscale: #4B4B4B. Windows color (decimal): -3145606 or 7995600. OLE color: 7995600.

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

Color convert

RGB 208 0 122 -
CMYK 0 1 0.41 0.18
HSL 324.81º 1% 0.41% -
HSV(B) 324.81º 1% 0.82% -
XYZ 29.53 14.82 19.72 -
YUV 76.1 153.91 222.08 -
System Red Green Blue C M Y K H S L
Decimal 208 0 122 0 1 0.41 0.18 324.81 1 0.41
Hex D0 0 7A 0 64 29 12 145 64 29
Octal 320 0 172 0 144 51 22 505 144 51
Binary 11010000 0 1111010 0 1100100 101001 10010 101000101 1100100 101001

Color Harmonies of #D0007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0007A

Black with #D0007A

Text Example


Text Example

White with #D0007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0007A; }

 p { color: rgb(208,0,122); }

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

background-color css

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

 a { background-color: rgb(208,0,122); }

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

border-color css

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

 span { border-color: rgb(208,0,122); }

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