Html Css Color HEX #D20073 Medium Violet Red

📋 copy color: '#D20073'

red 210 ◦ green 0 ◦ blue 115

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

Shades of Medium Violet Red #D20073

Tints of Medium Violet Red #D20073

RGB

 RED value IS 210 (82.42% from 255) = 64.62%

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

 BLUE value IS 115 (45.31% from 255) = 35.38%

R = 64.62%
G = 0%
B = 35.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D20073 (or 0xD20073) is known color: Medium Violet Red. HEX triplet: D2, 00 and 73. RGB value is (210,0,115). Sum of RGB (Red+Green+Blue) = 210+0+115=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D20073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20073 is #2DFF8C. Grayscale: #4B4B4B. Windows color (decimal): -3014541 or 7536850. OLE color: 7536850.

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

Color convert

RGB 210 0 115 -
CMYK 0 1 0.45 0.18
HSL 327.14º 1% 0.41% -
HSV(B) 327.14º 1% 0.82% -
XYZ 29.67 14.94 17.54 -
YUV 75.9 150.07 223.65 -
System Red Green Blue C M Y K H S L
Decimal 210 0 115 0 1 0.45 0.18 327.14 1 0.41
Hex D2 0 73 0 64 2D 12 147 64 29
Octal 322 0 163 0 144 55 22 507 144 51
Binary 11010010 0 1110011 0 1100100 101101 10010 101000111 1100100 101001

Color Harmonies of #D20073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20073

Black with #D20073

Text Example


Text Example

White with #D20073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20073; }

 p { color: rgb(210,0,115); }

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

background-color css

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

 a { background-color: rgb(210,0,115); }

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

border-color css

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

 span { border-color: rgb(210,0,115); }

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