#d308b5

Color #D308B5 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D308B5

Tints of Deep Magenta #D308B5

Color information

#D308B5 (or 0xD308B5) is unknown color: approx Deep Magenta. HEX triplet: D3, 08 and B5. RGB value is (211,8,181). Sum of RGB (Red+Green+Blue) = 211+8+181=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D308B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D308B5 is #2CF74A. Grayscale: #575757. Windows color (decimal): -2946891 or 11864275. OLE color: 11864275.

HSL color Cylindrical-coordinate representation of color #D308B5: hue angle of 308.87º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D308B5 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB2118181-
CMYK00.960.140.17
HSL308.87º92.69%42.94%-
HSV(B)308.87º96.21%82.75%-
XYZ35.2917.3645.21-
YUV88.42180.25215.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.75%
GREEN value IS 8 (3.52% from 255) = 2%
BLUE value IS 181 (71.09% from 255) = 45.25%
R=52.75%
G=2%
B=45.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211818100.960.140.17308.8792.6942.94
HexD38B5060E111355d2b
Octal323102650140162146513553
Binary11010011100010110101011000001110100011001101011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d308b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d308b5; }

 p { color: rgb(211,8,181); }

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

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

 a { background-color: rgb(211,8,181); }

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

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

 span { border-color: rgb(211,8,181); }

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