Html Css Color HEX #D20193 Medium Violet Red

📋 copy color: '#D20193'

red 210 ◦ green 1 ◦ blue 147

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

Shades of Medium Violet Red #D20193

Tints of Medium Violet Red #D20193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 58.66%
G = 0.28%
B = 41.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D20193 (or 0xD20193) is known color: Medium Violet Red. HEX triplet: D2, 01 and 93. RGB value is (210,1,147). Sum of RGB (Red+Green+Blue) = 210+1+147=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D20193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20193 is #2DFE6C. Grayscale: #4F4F4F. Windows color (decimal): -3014253 or 9634258. OLE color: 9634258.

HSL color Cylindrical-coordinate representation of color #D20193: hue angle of 318.09º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20193 is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 147 -
CMYK 0 1.00 0.30 0.18
HSL 318.09º 0.99% 0.41% -
HSV(B) 318.09º 1% 0.82% -
XYZ 31.86 15.83 28.98 -
YUV 80.14 165.74 220.63 -
System Red Green Blue C M Y K H S L
Decimal 210 1 147 0 1.00 0.30 0.18 318.09 0.99 0.41
Hex D2 1 93 0 64 1E 12 13E 63 29
Octal 322 1 223 0 144 36 22 476 143 51
Binary 11010010 1 10010011 0 1100100 11110 10010 100111110 1100011 101001

Color Harmonies of #D20193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20193

Black with #D20193

Text Example


Text Example

White with #D20193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20193; }

 p { color: rgb(210,1,147); }

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

background-color css

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

 a { background-color: rgb(210,1,147); }

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

border-color css

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

 span { border-color: rgb(210,1,147); }

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