#D61BDD

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

Shades of Deep Magenta #D61BDD

Tints of Deep Magenta #D61BDD

Color information

#D61BDD (or 0xD61BDD) is unknown color: approx Deep Magenta. HEX triplet: D6, 1B and DD. RGB value is (214,27,221). Sum of RGB (Red+Green+Blue) = 214+27+221=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #D61BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BDD is #29E422. Grayscale: #686868. Windows color (decimal): -2745379 or 14490582. OLE color: 14490582.

HSL color Cylindrical-coordinate representation of color #D61BDD: hue angle of 297.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61BDD is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21427221-
CMYK0.030.8800.13
HSL297.84º78.23%48.63%-
HSV(B)297.84º87.78%86.67%-
XYZ41.1720.370.15-
YUV105.03193.45205.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 27 (10.94% from 255) = 5.84%
BLUE value IS 221 (86.72% from 255) = 47.84%
R=46.32%
G=5.84%
B=47.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214272210.030.8800.13297.8478.2348.63
HexD61BDD3580D12a4e31
Octal32633335313001545211661
Binary110101101101111011101111011000011011001010101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61BDD; }

 p { color: rgb(214,27,221); }

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

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

 a { background-color: rgb(214,27,221); }

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

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

 span { border-color: rgb(214,27,221); }

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