Html Css Color HEX #D20078 Medium Violet Red

📋 copy color: '#D20078'

red 210 ◦ green 0 ◦ blue 120

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

Shades of Medium Violet Red #D20078

Tints of Medium Violet Red #D20078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.64%
G = 0%
B = 36.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D20078 (or 0xD20078) is known color: Medium Violet Red. HEX triplet: D2, 00 and 78. RGB value is (210,0,120). Sum of RGB (Red+Green+Blue) = 210+0+120=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D20078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20078 is #2DFF87. Grayscale: #4C4C4C. Windows color (decimal): -3014536 or 7864530. OLE color: 7864530.

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

Color convert

RGB 210 0 120 -
CMYK 0 1 0.43 0.18
HSL 325.71º 1% 0.41% -
HSV(B) 325.71º 1% 0.82% -
XYZ 29.97 15.06 19.1 -
YUV 76.47 152.57 223.24 -
System Red Green Blue C M Y K H S L
Decimal 210 0 120 0 1 0.43 0.18 325.71 1 0.41
Hex D2 0 78 0 64 2B 12 146 64 29
Octal 322 0 170 0 144 53 22 506 144 51
Binary 11010010 0 1111000 0 1100100 101011 10010 101000110 1100100 101001

Color Harmonies of #D20078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20078

Black with #D20078

Text Example


Text Example

White with #D20078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20078; }

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

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

background-color css

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

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

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

border-color css

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

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

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