Html Css Color HEX #D20B9E Medium Violet Red

📋 copy color: '#D20B9E'

red 210 ◦ green 11 ◦ blue 158

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

Shades of Medium Violet Red #D20B9E

Tints of Medium Violet Red #D20B9E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.9%

 BLUE value IS 158 (62.11% from 255) = 41.69%

R = 55.41%
G = 2.9%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D20B9E (or 0xD20B9E) is known color: Medium Violet Red. HEX triplet: D2, 0B and 9E. RGB value is (210,11,158). Sum of RGB (Red+Green+Blue) = 210+11+158=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20B9E is #2DF461. Grayscale: #565656. Windows color (decimal): -3011682 or 10357714. OLE color: 10357714.

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

Color convert

RGB 210 11 158 -
CMYK 0 0.95 0.25 0.18
HSL 315.68º 0.9% 0.43% -
HSV(B) 315.68º 0.95% 0.82% -
XYZ 32.87 16.41 33.78 -
YUV 87.26 167.93 215.55 -
System Red Green Blue C M Y K H S L
Decimal 210 11 158 0 0.95 0.25 0.18 315.68 0.9 0.43
Hex D2 B 9E 0 5F 19 12 13C 5A 2B
Octal 322 13 236 0 137 31 22 474 132 53
Binary 11010010 1011 10011110 0 1011111 11001 10010 100111100 1011010 101011

Color Harmonies of #D20B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20B9E

Black with #D20B9E

Text Example


Text Example

White with #D20B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20B9E; }

 p { color: rgb(210,11,158); }

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

background-color css

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

 a { background-color: rgb(210,11,158); }

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

border-color css

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

 span { border-color: rgb(210,11,158); }

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