Html Css Color HEX #D0077F Medium Violet Red

📋 copy color: '#D0077F'

red 208 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #D0077F

Tints of Medium Violet Red #D0077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.13%

R = 60.82%
G = 2.05%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0077F (or 0xD0077F) is known color: Medium Violet Red. HEX triplet: D0, 07 and 7F. RGB value is (208,7,127). Sum of RGB (Red+Green+Blue) = 208+7+127=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D0077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0077F is #2FF880. Grayscale: #505050. Windows color (decimal): -3143809 or 8325072. OLE color: 8325072.

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

Color convert

RGB 208 7 127 -
CMYK 0 0.97 0.39 0.18
HSL 324.18º 0.93% 0.42% -
HSV(B) 324.18º 0.97% 0.82% -
XYZ 29.92 15.09 21.42 -
YUV 80.78 154.09 218.74 -
System Red Green Blue C M Y K H S L
Decimal 208 7 127 0 0.97 0.39 0.18 324.18 0.93 0.42
Hex D0 7 7F 0 61 27 12 144 5D 2A
Octal 320 7 177 0 141 47 22 504 135 52
Binary 11010000 111 1111111 0 1100001 100111 10010 101000100 1011101 101010

Color Harmonies of #D0077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0077F

Black with #D0077F

Text Example


Text Example

White with #D0077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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