Html Css Color HEX #D0007D Medium Violet Red

📋 copy color: '#D0007D'

red 208 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #D0007D

Tints of Medium Violet Red #D0007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 62.46%
G = 0%
B = 37.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0007D (or 0xD0007D) is known color: Medium Violet Red. HEX triplet: D0, 00 and 7D. RGB value is (208,0,125). Sum of RGB (Red+Green+Blue) = 208+0+125=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0007D is #2FFF82. Grayscale: #4C4C4C. Windows color (decimal): -3145603 or 8192208. OLE color: 8192208.

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

Color convert

RGB 208 0 125 -
CMYK 0 1 0.40 0.18
HSL 323.94º 1% 0.41% -
HSV(B) 323.94º 1% 0.82% -
XYZ 29.71 14.89 20.71 -
YUV 76.44 155.41 221.84 -
System Red Green Blue C M Y K H S L
Decimal 208 0 125 0 1 0.40 0.18 323.94 1 0.41
Hex D0 0 7D 0 64 28 12 144 64 29
Octal 320 0 175 0 144 50 22 504 144 51
Binary 11010000 0 1111101 0 1100100 101000 10010 101000100 1100100 101001

Color Harmonies of #D0007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0007D

Black with #D0007D

Text Example


Text Example

White with #D0007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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