Html Css Color HEX #D00971 Medium Violet Red

📋 copy color: '#D00971'

red 208 ◦ green 9 ◦ blue 113

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

Shades of Medium Violet Red #D00971

Tints of Medium Violet Red #D00971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.73%

 BLUE value IS 113 (44.53% from 255) = 34.24%

R = 63.03%
G = 2.73%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D00971 (or 0xD00971) is known color: Medium Violet Red. HEX triplet: D0, 09 and 71. RGB value is (208,9,113). Sum of RGB (Red+Green+Blue) = 208+9+113=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D00971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00971 is #2FF68E. Grayscale: #505050. Windows color (decimal): -3143311 or 7408080. OLE color: 7408080.

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

Color convert

RGB 208 9 113 -
CMYK 0 0.96 0.46 0.18
HSL 328.64º 0.92% 0.43% -
HSV(B) 328.64º 0.96% 0.82% -
XYZ 29.09 14.8 16.95 -
YUV 80.36 146.43 219.04 -
System Red Green Blue C M Y K H S L
Decimal 208 9 113 0 0.96 0.46 0.18 328.64 0.92 0.43
Hex D0 9 71 0 60 2E 12 149 5C 2B
Octal 320 11 161 0 140 56 22 511 134 53
Binary 11010000 1001 1110001 0 1100000 101110 10010 101001001 1011100 101011

Color Harmonies of #D00971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00971

Black with #D00971

Text Example


Text Example

White with #D00971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00971; }

 p { color: rgb(208,9,113); }

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

background-color css

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

 a { background-color: rgb(208,9,113); }

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

border-color css

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

 span { border-color: rgb(208,9,113); }

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