#D60BDA

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

Shades of Deep Magenta #D60BDA

Tints of Deep Magenta #D60BDA

Color information

#D60BDA (or 0xD60BDA) is unknown color: approx Deep Magenta. HEX triplet: D6, 0B and DA. RGB value is (214,11,218). Sum of RGB (Red+Green+Blue) = 214+11+218=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #D60BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60BDA is #29F425. Grayscale: #5E5E5E. Windows color (decimal): -2749478 or 14289878. OLE color: 14289878.

HSL color Cylindrical-coordinate representation of color #D60BDA: hue angle of 298.84º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BDA is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21411218-
CMYK0.020.9500.15
HSL298.84º90.39%44.9%-
HSV(B)298.84º94.95%85.49%-
XYZ40.5119.667.98-
YUV95.3197.25212.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 11 (4.69% from 255) = 2.48%
BLUE value IS 218 (85.55% from 255) = 49.21%
R=48.31%
G=2.48%
B=49.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214112180.020.9500.15298.8490.3944.9
HexD6BDA25F0F12b5a2d
Octal32613332213701745313255
Binary11010110101111011010101011111011111001010111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60BDA; }

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

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

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

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

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

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

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

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