Html Css Color HEX #D20D74 Medium Violet Red

📋 copy color: '#D20D74'

red 210 ◦ green 13 ◦ blue 116

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

Shades of Medium Violet Red #D20D74

Tints of Medium Violet Red #D20D74

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.83%

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 61.95%
G = 3.83%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D20D74 (or 0xD20D74) is known color: Medium Violet Red. HEX triplet: D2, 0D and 74. RGB value is (210,13,116). Sum of RGB (Red+Green+Blue) = 210+13+116=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20D74 is #2DF28B. Grayscale: #535353. Windows color (decimal): -3011212 or 7605714. OLE color: 7605714.

HSL color Cylindrical-coordinate representation of color #D20D74: hue angle of 328.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D74 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 13 116 -
CMYK 0 0.94 0.45 0.18
HSL 328.63º 0.88% 0.44% -
HSV(B) 328.63º 0.94% 0.82% -
XYZ 29.87 15.25 17.89 -
YUV 83.65 146.27 218.12 -
System Red Green Blue C M Y K H S L
Decimal 210 13 116 0 0.94 0.45 0.18 328.63 0.88 0.44
Hex D2 D 74 0 5E 2D 12 149 58 2C
Octal 322 15 164 0 136 55 22 511 130 54
Binary 11010010 1101 1110100 0 1011110 101101 10010 101001001 1011000 101100

Color Harmonies of #D20D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20D74

Black with #D20D74

Text Example


Text Example

White with #D20D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20D74; }

 p { color: rgb(210,13,116); }

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

background-color css

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

 a { background-color: rgb(210,13,116); }

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

border-color css

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

 span { border-color: rgb(210,13,116); }

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