Html Css Color HEX #D02071 Medium Violet Red

📋 copy color: '#D02071'

red 208 ◦ green 32 ◦ blue 113

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

Shades of Medium Violet Red #D02071

Tints of Medium Violet Red #D02071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.07%

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

R = 58.92%
G = 9.07%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D02071 (or 0xD02071) is known color: Medium Violet Red. HEX triplet: D0, 20 and 71. RGB value is (208,32,113). Sum of RGB (Red+Green+Blue) = 208+32+113=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D02071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02071 is #2FDF8E. Grayscale: #5D5D5D. Windows color (decimal): -3137423 or 7413968. OLE color: 7413968.

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

Color convert

RGB 208 32 113 -
CMYK 0 0.85 0.46 0.18
HSL 332.39º 0.73% 0.47% -
HSV(B) 332.39º 0.85% 0.82% -
XYZ 29.51 15.64 17.09 -
YUV 93.86 138.81 209.41 -
System Red Green Blue C M Y K H S L
Decimal 208 32 113 0 0.85 0.46 0.18 332.39 0.73 0.47
Hex D0 20 71 0 55 2E 12 14C 49 2F
Octal 320 40 161 0 125 56 22 514 111 57
Binary 11010000 100000 1110001 0 1010101 101110 10010 101001100 1001001 101111

Color Harmonies of #D02071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02071

Black with #D02071

Text Example


Text Example

White with #D02071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02071; }

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

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

background-color css

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

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

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

border-color css

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

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

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