Html Css Color HEX #D20E8C Medium Violet Red

📋 copy color: '#D20E8C'

red 210 ◦ green 14 ◦ blue 140

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

Shades of Medium Violet Red #D20E8C

Tints of Medium Violet Red #D20E8C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.85%

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 57.69%
G = 3.85%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D20E8C (or 0xD20E8C) is known color: Medium Violet Red. HEX triplet: D2, 0E and 8C. RGB value is (210,14,140). Sum of RGB (Red+Green+Blue) = 210+14+140=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20E8C is #2DF173. Grayscale: #565656. Windows color (decimal): -3010932 or 9178834. OLE color: 9178834.

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

Color convert

RGB 210 14 140 -
CMYK 0 0.93 0.33 0.18
HSL 321.43º 0.88% 0.44% -
HSV(B) 321.43º 0.93% 0.82% -
XYZ 31.47 15.91 26.22 -
YUV 86.97 157.93 215.75 -
System Red Green Blue C M Y K H S L
Decimal 210 14 140 0 0.93 0.33 0.18 321.43 0.88 0.44
Hex D2 E 8C 0 5D 21 12 141 58 2C
Octal 322 16 214 0 135 41 22 501 130 54
Binary 11010010 1110 10001100 0 1011101 100001 10010 101000001 1011000 101100

Color Harmonies of #D20E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E8C

Black with #D20E8C

Text Example


Text Example

White with #D20E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E8C; }

 p { color: rgb(210,14,140); }

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

background-color css

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

 a { background-color: rgb(210,14,140); }

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

border-color css

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

 span { border-color: rgb(210,14,140); }

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