#D607B7

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

Shades of Deep Magenta #D607B7

Tints of Deep Magenta #D607B7

Color information

#D607B7 (or 0xD607B7) is unknown color: approx Deep Magenta. HEX triplet: D6, 07 and B7. RGB value is (214,7,183). Sum of RGB (Red+Green+Blue) = 214+7+183=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D607B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D607B7 is #29F848. Grayscale: #585858. Windows color (decimal): -2750537 or 11995094. OLE color: 11995094.

HSL color Cylindrical-coordinate representation of color #D607B7: hue angle of 308.99º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D607B7 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB2147183-
CMYK00.970.140.16
HSL308.99º93.67%43.33%-
HSV(B)308.99º96.73%83.92%-
XYZ36.3517.8746.33-
YUV88.96181.08217.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.97%
GREEN value IS 7 (3.12% from 255) = 1.73%
BLUE value IS 183 (71.88% from 255) = 45.30%
R=52.97%
G=1.73%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214718300.970.140.16308.9993.6743.33
HexD67B7061E101355e2b
Octal32672670141162046513653
Binary1101011011110110111011000011110100001001101011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D607B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D607B7; }

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

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

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

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

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

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

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

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