Html Css Color HEX #D20D7F Medium Violet Red

📋 copy color: '#D20D7F'

red 210 ◦ green 13 ◦ blue 127

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

Shades of Medium Violet Red #D20D7F

Tints of Medium Violet Red #D20D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 60%
G = 3.71%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D20D7F (or 0xD20D7F) is known color: Medium Violet Red. HEX triplet: D2, 0D and 7F. RGB value is (210,13,127). Sum of RGB (Red+Green+Blue) = 210+13+127=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20D7F is #2DF280. Grayscale: #545454. Windows color (decimal): -3011201 or 8326610. OLE color: 8326610.

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

Color convert

RGB 210 13 127 -
CMYK 0 0.94 0.40 0.18
HSL 325.28º 0.88% 0.44% -
HSV(B) 325.28º 0.94% 0.82% -
XYZ 30.55 15.52 21.46 -
YUV 84.9 151.77 217.23 -
System Red Green Blue C M Y K H S L
Decimal 210 13 127 0 0.94 0.40 0.18 325.28 0.88 0.44
Hex D2 D 7F 0 5E 28 12 145 58 2C
Octal 322 15 177 0 136 50 22 505 130 54
Binary 11010010 1101 1111111 0 1011110 101000 10010 101000101 1011000 101100

Color Harmonies of #D20D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20D7F

Black with #D20D7F

Text Example


Text Example

White with #D20D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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