#D20B85

Color #D20B85 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D20B85

Tints of Medium Violet Red #D20B85

Color information

#D20B85 (or 0xD20B85) is unknown color: approx Medium Violet Red. HEX triplet: D2, 0B and 85. RGB value is (210,11,133). Sum of RGB (Red+Green+Blue) = 210+11+133=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20B85 is #2DF47A. Grayscale: #545454. Windows color (decimal): -3011707 or 8719314. OLE color: 8719314.

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

Color convert

RGB21011133-
CMYK00.950.370.18
HSL323.22º90.05%43.33%-
HSV(B)323.22º94.76%82.35%-
XYZ30.9315.6323.58-
YUV84.41155.43217.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.32%
GREEN value IS 11 (4.69% from 255) = 3.11%
BLUE value IS 133 (52.34% from 255) = 37.57%
R=59.32%
G=3.11%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101113300.950.370.18323.2290.0543.33
HexD2B8505F25121435a2b
Octal322132050137452250313253
Binary1101001010111000010101011111100101100101010000111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20B85; }

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

 H1.HeaderClassName
 {
   color: #D20B85;
 }
 .AnyTagClassName
 {
   color: #D20B85;
 }
</style>
background-color css

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

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

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

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

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

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