#D927CC

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

Shades of Deep Magenta #D927CC

Tints of Deep Magenta #D927CC

Color information

#D927CC (or 0xD927CC) is unknown color: approx Deep Magenta. HEX triplet: D9, 27 and CC. RGB value is (217,39,204). Sum of RGB (Red+Green+Blue) = 217+39+204=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D927CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D927CC is #26D833. Grayscale: #6E6E6E. Windows color (decimal): -2545716 or 13379545. OLE color: 13379545.

HSL color Cylindrical-coordinate representation of color #D927CC: hue angle of 304.38º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D927CC is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21739204-
CMYK00.820.060.15
HSL304.38º70.08%50.2%-
HSV(B)304.38º82.03%85.1%-
XYZ40.2420.5658.97-
YUV111.03180.47203.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 39 (15.62% from 255) = 8.48%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=47.17%
G=8.48%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173920400.820.060.15304.3870.0850.2
HexD927CC0526F1304632
Octal33147314012261746010662
Binary11011001100111110011000101001011011111001100001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D927CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D927CC; }

 p { color: rgb(217,39,204); }

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

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

 a { background-color: rgb(217,39,204); }

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

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

 span { border-color: rgb(217,39,204); }

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