Html Css Color HEX #D20C7F Medium Violet Red

📋 copy color: '#D20C7F'

red 210 ◦ green 12 ◦ blue 127

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

Shades of Medium Violet Red #D20C7F

Tints of Medium Violet Red #D20C7F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.44%

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

R = 60.17%
G = 3.44%
B = 36.39%

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

#D20C7F (or 0xD20C7F) is known color: Medium Violet Red. HEX triplet: D2, 0C and 7F. RGB value is (210,12,127). Sum of RGB (Red+Green+Blue) = 210+12+127=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C7F is #2DF380. Grayscale: #545454. Windows color (decimal): -3011457 or 8326354. OLE color: 8326354.

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

Color convert

RGB 210 12 127 -
CMYK 0 0.94 0.40 0.18
HSL 325.15º 0.89% 0.44% -
HSV(B) 325.15º 0.94% 0.82% -
XYZ 30.54 15.5 21.46 -
YUV 84.31 152.1 217.65 -
System Red Green Blue C M Y K H S L
Decimal 210 12 127 0 0.94 0.40 0.18 325.15 0.89 0.44
Hex D2 C 7F 0 5E 28 12 145 59 2C
Octal 322 14 177 0 136 50 22 505 131 54
Binary 11010010 1100 1111111 0 1011110 101000 10010 101000101 1011001 101100

Color Harmonies of #D20C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C7F

Black with #D20C7F

Text Example


Text Example

White with #D20C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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