Html Css Color HEX #D20194 Medium Violet Red

📋 copy color: '#D20194'

red 210 ◦ green 1 ◦ blue 148

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

Shades of Medium Violet Red #D20194

Tints of Medium Violet Red #D20194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 58.5%
G = 0.28%
B = 41.23%

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

#D20194 (or 0xD20194) is known color: Medium Violet Red. HEX triplet: D2, 01 and 94. RGB value is (210,1,148). Sum of RGB (Red+Green+Blue) = 210+1+148=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D20194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20194 is #2DFE6B. Grayscale: #4F4F4F. Windows color (decimal): -3014252 or 9699794. OLE color: 9699794.

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

Color convert

RGB 210 1 148 -
CMYK 0 1.00 0.30 0.18
HSL 317.8º 0.99% 0.41% -
HSV(B) 317.8º 1% 0.82% -
XYZ 31.93 15.86 29.4 -
YUV 80.25 166.24 220.55 -
System Red Green Blue C M Y K H S L
Decimal 210 1 148 0 1.00 0.30 0.18 317.8 0.99 0.41
Hex D2 1 94 0 64 1E 12 13E 63 29
Octal 322 1 224 0 144 36 22 476 143 51
Binary 11010010 1 10010100 0 1100100 11110 10010 100111110 1100011 101001

Color Harmonies of #D20194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20194

Black with #D20194

Text Example


Text Example

White with #D20194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20194; }

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

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

background-color css

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

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

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

border-color css

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

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

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