#D826CB

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

Shades of Deep Magenta #D826CB

Tints of Deep Magenta #D826CB

Color information

#D826CB (or 0xD826CB) is unknown color: approx Deep Magenta. HEX triplet: D8, 26 and CB. RGB value is (216,38,203). Sum of RGB (Red+Green+Blue) = 216+38+203=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D826CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D826CB is #27D934. Grayscale: #6D6D6D. Windows color (decimal): -2611509 or 13313752. OLE color: 13313752.

HSL color Cylindrical-coordinate representation of color #D826CB: 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 #D826CB is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21638203-
CMYK00.820.060.15
HSL304.38º70.08%49.8%-
HSV(B)304.38º82.41%84.71%-
XYZ39.7920.358.32-
YUV110.03180.47203.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 38 (15.23% from 255) = 8.32%
BLUE value IS 203 (79.69% from 255) = 44.42%
R=47.26%
G=8.32%
B=44.42%

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
Decimal2163820300.820.060.15304.3870.0849.8
HexD826CB0526F1304632
Octal33046313012261746010662
Binary11011000100110110010110101001011011111001100001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D826CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D826CB; }

 p { color: rgb(216,38,203); }

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

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

 a { background-color: rgb(216,38,203); }

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

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

 span { border-color: rgb(216,38,203); }

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