#D60BB0

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

Shades of Deep Magenta #D60BB0

Tints of Deep Magenta #D60BB0

Color information

#D60BB0 (or 0xD60BB0) is unknown color: approx Deep Magenta. HEX triplet: D6, 0B and B0. RGB value is (214,11,176). Sum of RGB (Red+Green+Blue) = 214+11+176=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60BB0 is #29F44F. Grayscale: #5A5A5A. Windows color (decimal): -2749520 or 11537366. OLE color: 11537366.

HSL color Cylindrical-coordinate representation of color #D60BB0: hue angle of 311.23º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BB0 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB21411176-
CMYK00.950.180.16
HSL311.23º90.22%44.12%-
HSV(B)311.23º94.86%83.92%-
XYZ35.6917.6742.6-
YUV90.51176.25216.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.37%
GREEN value IS 11 (4.69% from 255) = 2.74%
BLUE value IS 176 (69.14% from 255) = 43.89%
R=53.37%
G=2.74%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141117600.950.180.16311.2390.2244.12
HexD6BB005F12101375a2c
Octal326132600137222046713254
Binary110101101011101100000101111110010100001001101111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60BB0; }

 p { color: rgb(214,11,176); }

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

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

 a { background-color: rgb(214,11,176); }

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

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

 span { border-color: rgb(214,11,176); }

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