#D626C4

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

Shades of Deep Magenta #D626C4

Tints of Deep Magenta #D626C4

Color information

#D626C4 (or 0xD626C4) is unknown color: approx Deep Magenta. HEX triplet: D6, 26 and C4. RGB value is (214,38,196). Sum of RGB (Red+Green+Blue) = 214+38+196=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D626C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D626C4 is #29D93B. Grayscale: #6C6C6C. Windows color (decimal): -2742588 or 12854998. OLE color: 12854998.

HSL color Cylindrical-coordinate representation of color #D626C4: hue angle of 306.14º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D626C4 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB21438196-
CMYK00.820.080.16
HSL306.14º69.84%49.41%-
HSV(B)306.14º82.24%83.92%-
XYZ38.3919.6754-
YUV108.64177.31203.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 38 (15.23% from 255) = 8.48%
BLUE value IS 196 (76.95% from 255) = 43.75%
R=47.77%
G=8.48%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143819600.820.080.16306.1469.8449.41
HexD626C40528101324631
Octal326463040122102046210661
Binary1101011010011011000100010100101000100001001100101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D626C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D626C4; }

 p { color: rgb(214,38,196); }

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

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

 a { background-color: rgb(214,38,196); }

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

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

 span { border-color: rgb(214,38,196); }

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