Html Css Color HEX #D2019D Medium Violet Red

📋 copy color: '#D2019D'

red 210 ◦ green 1 ◦ blue 157

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

Shades of Medium Violet Red #D2019D

Tints of Medium Violet Red #D2019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 57.07%
G = 0.27%
B = 42.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2019D (or 0xD2019D) is known color: Medium Violet Red. HEX triplet: D2, 01 and 9D. RGB value is (210,1,157). Sum of RGB (Red+Green+Blue) = 210+1+157=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2019D is #2DFE62. Grayscale: #505050. Windows color (decimal): -3014243 or 10289618. OLE color: 10289618.

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

Color convert

RGB 210 1 157 -
CMYK 0 1.00 0.25 0.18
HSL 315.22º 0.99% 0.41% -
HSV(B) 315.22º 1% 0.82% -
XYZ 32.68 16.16 33.29 -
YUV 81.28 170.74 219.82 -
System Red Green Blue C M Y K H S L
Decimal 210 1 157 0 1.00 0.25 0.18 315.22 0.99 0.41
Hex D2 1 9D 0 64 19 12 13B 63 29
Octal 322 1 235 0 144 31 22 473 143 51
Binary 11010010 1 10011101 0 1100100 11001 10010 100111011 1100011 101001

Color Harmonies of #D2019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2019D

Black with #D2019D

Text Example


Text Example

White with #D2019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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