#d01892

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

Shades of Medium Violet Red #D01892

Tints of Medium Violet Red #D01892

Color information

#D01892 (or 0xD01892) is unknown color: approx Medium Violet Red. HEX triplet: D0, 18 and 92. RGB value is (208,24,146). Sum of RGB (Red+Green+Blue) = 208+24+146=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D01892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01892 is #2FE76D. Grayscale: #5C5C5C. Windows color (decimal): -3139438 or 9574608. OLE color: 9574608.

HSL color Cylindrical-coordinate representation of color #D01892: hue angle of 320.22º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01892 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB20824146-
CMYK00.880.300.18
HSL320.22º79.31%45.49%-
HSV(B)320.22º88.46%81.57%-
XYZ31.5316.1428.65-
YUV92.92157.96210.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.03%
GREEN value IS 24 (9.77% from 255) = 6.35%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=55.03%
G=6.35%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082414600.880.300.18320.2279.3145.49
HexD018920581E121404f2d
Octal320302220130362250011755
Binary1101000011000100100100101100011110100101010000001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d01892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d01892; }

 p { color: rgb(208,24,146); }

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

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

 a { background-color: rgb(208,24,146); }

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

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

 span { border-color: rgb(208,24,146); }

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