#da26d2

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

Shades of Deep Magenta #DA26D2

Tints of Deep Magenta #DA26D2

Color information

#DA26D2 (or 0xDA26D2) is unknown color: approx Deep Magenta. HEX triplet: DA, 26 and D2. RGB value is (218,38,210). Sum of RGB (Red+Green+Blue) = 218+38+210=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA26D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA26D2 is #25D92D. Grayscale: #6E6E6E. Windows color (decimal): -2480430 or 13772506. OLE color: 13772506.

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

Color convert

RGB21838210-
CMYK00.830.040.15
HSL302.67º70.87%50.2%-
HSV(B)302.67º82.57%85.49%-
XYZ41.2420.9462.84-
YUV111.43183.63204.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.78%
GREEN value IS 38 (15.23% from 255) = 8.15%
BLUE value IS 210 (82.42% from 255) = 45.06%
R=46.78%
G=8.15%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183821000.830.040.15302.6770.8750.2
HexDA26D20534F12f4732
Octal33246322012341745710762
Binary11011010100110110100100101001110011111001011111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da26d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da26d2; }

 p { color: rgb(218,38,210); }

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

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

 a { background-color: rgb(218,38,210); }

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

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

 span { border-color: rgb(218,38,210); }

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