Html Css Color HEX #D20A7B Medium Violet Red

📋 copy color: '#D20A7B'

red 210 ◦ green 10 ◦ blue 123

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

Shades of Medium Violet Red #D20A7B

Tints of Medium Violet Red #D20A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 61.22%
G = 2.92%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D20A7B (or 0xD20A7B) is known color: Medium Violet Red. HEX triplet: D2, 0A and 7B. RGB value is (210,10,123). Sum of RGB (Red+Green+Blue) = 210+10+123=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20A7B is #2DF584. Grayscale: #525252. Windows color (decimal): -3011973 or 8063698. OLE color: 8063698.

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

Color convert

RGB 210 10 123 -
CMYK 0 0.95 0.41 0.18
HSL 326.1º 0.91% 0.43% -
HSV(B) 326.1º 0.95% 0.82% -
XYZ 30.26 15.35 20.11 -
YUV 82.68 150.76 218.81 -
System Red Green Blue C M Y K H S L
Decimal 210 10 123 0 0.95 0.41 0.18 326.1 0.91 0.43
Hex D2 A 7B 0 5F 29 12 146 5B 2B
Octal 322 12 173 0 137 51 22 506 133 53
Binary 11010010 1010 1111011 0 1011111 101001 10010 101000110 1011011 101011

Color Harmonies of #D20A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A7B

Black with #D20A7B

Text Example


Text Example

White with #D20A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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