Html Css Color HEX #D20D75 Medium Violet Red

📋 copy color: '#D20D75'

red 210 ◦ green 13 ◦ blue 117

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

Shades of Medium Violet Red #D20D75

Tints of Medium Violet Red #D20D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.41%

R = 61.76%
G = 3.82%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D20D75 (or 0xD20D75) is known color: Medium Violet Red. HEX triplet: D2, 0D and 75. RGB value is (210,13,117). Sum of RGB (Red+Green+Blue) = 210+13+117=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20D75 is #2DF28A. Grayscale: #535353. Windows color (decimal): -3011211 or 7671250. OLE color: 7671250.

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

Color convert

RGB 210 13 117 -
CMYK 0 0.94 0.44 0.18
HSL 328.32º 0.88% 0.44% -
HSV(B) 328.32º 0.94% 0.82% -
XYZ 29.93 15.27 18.2 -
YUV 83.76 146.77 218.04 -
System Red Green Blue C M Y K H S L
Decimal 210 13 117 0 0.94 0.44 0.18 328.32 0.88 0.44
Hex D2 D 75 0 5E 2C 12 148 58 2C
Octal 322 15 165 0 136 54 22 510 130 54
Binary 11010010 1101 1110101 0 1011110 101100 10010 101001000 1011000 101100

Color Harmonies of #D20D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20D75

Black with #D20D75

Text Example


Text Example

White with #D20D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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