#D91CCD

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

Shades of Deep Magenta #D91CCD

Tints of Deep Magenta #D91CCD

Color information

#D91CCD (or 0xD91CCD) is unknown color: approx Deep Magenta. HEX triplet: D9, 1C and CD. RGB value is (217,28,205). Sum of RGB (Red+Green+Blue) = 217+28+205=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CCD is #26E332. Grayscale: #686868. Windows color (decimal): -2548531 or 13442265. OLE color: 13442265.

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

Color convert

RGB21728205-
CMYK00.870.060.15
HSL303.81º77.14%48.04%-
HSV(B)303.81º87.1%85.1%-
XYZ40.0519.9959.51-
YUV104.69184.62208.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.22%
GREEN value IS 28 (11.33% from 255) = 6.22%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=48.22%
G=6.22%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172820500.870.060.15303.8177.1448.04
HexD91CCD0576F1304d30
Octal33134315012761746011560
Binary1101100111100110011010101011111011111001100001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91CCD; }

 p { color: rgb(217,28,205); }

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

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

 a { background-color: rgb(217,28,205); }

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

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

 span { border-color: rgb(217,28,205); }

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