Html Css Color HEX #D20178 Medium Violet Red

📋 copy color: '#D20178'

red 210 ◦ green 1 ◦ blue 120

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

Shades of Medium Violet Red #D20178

Tints of Medium Violet Red #D20178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.25%

R = 63.44%
G = 0.3%
B = 36.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D20178 (or 0xD20178) is known color: Medium Violet Red. HEX triplet: D2, 01 and 78. RGB value is (210,1,120). Sum of RGB (Red+Green+Blue) = 210+1+120=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D20178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20178 is #2DFE87. Grayscale: #4C4C4C. Windows color (decimal): -3014280 or 7864786. OLE color: 7864786.

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

Color convert

RGB 210 1 120 -
CMYK 0 1.00 0.43 0.18
HSL 325.84º 0.99% 0.41% -
HSV(B) 325.84º 1% 0.82% -
XYZ 29.98 15.08 19.1 -
YUV 77.06 152.24 222.82 -
System Red Green Blue C M Y K H S L
Decimal 210 1 120 0 1.00 0.43 0.18 325.84 0.99 0.41
Hex D2 1 78 0 64 2B 12 146 63 29
Octal 322 1 170 0 144 53 22 506 143 51
Binary 11010010 1 1111000 0 1100100 101011 10010 101000110 1100011 101001

Color Harmonies of #D20178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20178

Black with #D20178

Text Example


Text Example

White with #D20178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20178; }

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

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

background-color css

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

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

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

border-color css

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

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

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