Html Css Color HEX #D20B90 Medium Violet Red

📋 copy color: '#D20B90'

red 210 ◦ green 11 ◦ blue 144

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

Shades of Medium Violet Red #D20B90

Tints of Medium Violet Red #D20B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.45%

R = 57.53%
G = 3.01%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D20B90 (or 0xD20B90) is known color: Medium Violet Red. HEX triplet: D2, 0B and 90. RGB value is (210,11,144). Sum of RGB (Red+Green+Blue) = 210+11+144=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20B90 is #2DF46F. Grayscale: #555555. Windows color (decimal): -3011696 or 9440210. OLE color: 9440210.

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

Color convert

RGB 210 11 144 -
CMYK 0 0.95 0.31 0.18
HSL 319.9º 0.9% 0.43% -
HSV(B) 319.9º 0.95% 0.82% -
XYZ 31.73 15.95 27.79 -
YUV 85.66 160.93 216.69 -
System Red Green Blue C M Y K H S L
Decimal 210 11 144 0 0.95 0.31 0.18 319.9 0.9 0.43
Hex D2 B 90 0 5F 1F 12 140 5A 2B
Octal 322 13 220 0 137 37 22 500 132 53
Binary 11010010 1011 10010000 0 1011111 11111 10010 101000000 1011010 101011

Color Harmonies of #D20B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20B90

Black with #D20B90

Text Example


Text Example

White with #D20B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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