#D226AA

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

Shades of Medium Violet Red #D226AA

Tints of Medium Violet Red #D226AA

Color information

#D226AA (or 0xD226AA) is unknown color: approx Medium Violet Red. HEX triplet: D2, 26 and AA. RGB value is (210,38,170). Sum of RGB (Red+Green+Blue) = 210+38+170=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D226AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D226AA is #2DD955. Grayscale: #686868. Windows color (decimal): -3004758 or 11151058. OLE color: 11151058.

HSL color Cylindrical-coordinate representation of color #D226AA: hue angle of 313.95º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D226AA is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB21038170-
CMYK00.820.190.18
HSL313.95º69.35%48.63%-
HSV(B)313.95º81.9%82.35%-
XYZ34.5317.9939.68-
YUV104.48164.98203.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.24%
GREEN value IS 38 (15.23% from 255) = 9.09%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=50.24%
G=9.09%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103817000.820.190.18313.9569.3548.63
HexD226AA052131213a4531
Octal322462520122232247210561
Binary11010010100110101010100101001010011100101001110101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D226AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D226AA; }

 p { color: rgb(210,38,170); }

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

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

 a { background-color: rgb(210,38,170); }

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

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

 span { border-color: rgb(210,38,170); }

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