Html Css Color HEX #D20A9A Medium Violet Red

📋 copy color: '#D20A9A'

red 210 ◦ green 10 ◦ blue 154

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

Shades of Medium Violet Red #D20A9A

Tints of Medium Violet Red #D20A9A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.67%

 BLUE value IS 154 (60.55% from 255) = 41.18%

R = 56.15%
G = 2.67%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D20A9A (or 0xD20A9A) is known color: Medium Violet Red. HEX triplet: D2, 0A and 9A. RGB value is (210,10,154). Sum of RGB (Red+Green+Blue) = 210+10+154=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20A9A is #2DF565. Grayscale: #555555. Windows color (decimal): -3011942 or 10095314. OLE color: 10095314.

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

Color convert

RGB 210 10 154 -
CMYK 0 0.95 0.27 0.18
HSL 316.8º 0.91% 0.43% -
HSV(B) 316.8º 0.95% 0.82% -
XYZ 32.52 16.25 31.99 -
YUV 86.22 166.26 216.29 -
System Red Green Blue C M Y K H S L
Decimal 210 10 154 0 0.95 0.27 0.18 316.8 0.91 0.43
Hex D2 A 9A 0 5F 1B 12 13D 5B 2B
Octal 322 12 232 0 137 33 22 475 133 53
Binary 11010010 1010 10011010 0 1011111 11011 10010 100111101 1011011 101011

Color Harmonies of #D20A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A9A

Black with #D20A9A

Text Example


Text Example

White with #D20A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A9A; }

 p { color: rgb(210,10,154); }

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

background-color css

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

 a { background-color: rgb(210,10,154); }

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

border-color css

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

 span { border-color: rgb(210,10,154); }

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