#D607DD

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

Shades of Deep Magenta #D607DD

Tints of Deep Magenta #D607DD

Color information

#D607DD (or 0xD607DD) is unknown color: approx Deep Magenta. HEX triplet: D6, 07 and DD. RGB value is (214,7,221). Sum of RGB (Red+Green+Blue) = 214+7+221=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 7 (3.12% from 255 or 1.58% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #D607DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D607DD is #29F822. Grayscale: #5C5C5C. Windows color (decimal): -2750499 or 14485462. OLE color: 14485462.

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

Color convert

RGB2147221-
CMYK0.030.9700.13
HSL298.04º93.86%44.71%-
HSV(B)298.04º96.83%86.67%-
XYZ40.8619.6770.05-
YUV93.29200.08214.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.42%
GREEN value IS 7 (3.12% from 255) = 1.58%
BLUE value IS 221 (86.72% from 255) = 50%
R=48.42%
G=1.58%
B=50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21472210.030.9700.13298.0493.8644.71
HexD67DD3610D12a5e2d
Octal3267335314101545213655
Binary1101011011111011101111100001011011001010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D607DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D607DD; }

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

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

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

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

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

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

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

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