Html Css Color HEX #D20174 Medium Violet Red

📋 copy color: '#D20174'

red 210 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #D20174

Tints of Medium Violet Red #D20174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 64.22%
G = 0.31%
B = 35.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D20174 (or 0xD20174) is known color: Medium Violet Red. HEX triplet: D2, 01 and 74. RGB value is (210,1,116). Sum of RGB (Red+Green+Blue) = 210+1+116=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D20174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20174 is #2DFE8B. Grayscale: #4C4C4C. Windows color (decimal): -3014284 or 7602642. OLE color: 7602642.

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

Color convert

RGB 210 1 116 -
CMYK 0 1.00 0.45 0.18
HSL 326.99º 0.99% 0.41% -
HSV(B) 326.99º 1% 0.82% -
XYZ 29.74 14.98 17.85 -
YUV 76.6 150.24 223.15 -
System Red Green Blue C M Y K H S L
Decimal 210 1 116 0 1.00 0.45 0.18 326.99 0.99 0.41
Hex D2 1 74 0 64 2D 12 147 63 29
Octal 322 1 164 0 144 55 22 507 143 51
Binary 11010010 1 1110100 0 1100100 101101 10010 101000111 1100011 101001

Color Harmonies of #D20174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20174

Black with #D20174

Text Example


Text Example

White with #D20174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20174; }

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

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

background-color css

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

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

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

border-color css

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

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

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