Html Css Color HEX #D20A8B Medium Violet Red

📋 copy color: '#D20A8B'

red 210 ◦ green 10 ◦ blue 139

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

Shades of Medium Violet Red #D20A8B

Tints of Medium Violet Red #D20A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 58.5%
G = 2.79%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D20A8B (or 0xD20A8B) is known color: Medium Violet Red. HEX triplet: D2, 0A and 8B. RGB value is (210,10,139). Sum of RGB (Red+Green+Blue) = 210+10+139=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20A8B is #2DF574. Grayscale: #545454. Windows color (decimal): -3011957 or 9112274. OLE color: 9112274.

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

Color convert

RGB 210 10 139 -
CMYK 0 0.95 0.34 0.18
HSL 321.3º 0.91% 0.43% -
HSV(B) 321.3º 0.95% 0.82% -
XYZ 31.35 15.78 25.82 -
YUV 84.51 158.76 217.51 -
System Red Green Blue C M Y K H S L
Decimal 210 10 139 0 0.95 0.34 0.18 321.3 0.91 0.43
Hex D2 A 8B 0 5F 22 12 141 5B 2B
Octal 322 12 213 0 137 42 22 501 133 53
Binary 11010010 1010 10001011 0 1011111 100010 10010 101000001 1011011 101011

Color Harmonies of #D20A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A8B

Black with #D20A8B

Text Example


Text Example

White with #D20A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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