Html Css Color HEX #DA26D2 Deep Magenta

📋 copy color: '#DA26D2'

red 218 ◦ green 38 ◦ blue 210

#DA26D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #DA26D2

Tints of Deep Magenta #DA26D2

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 value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA26D2 (or 0xDA26D2) is known color: 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

RGB 218 38 210 -
CMYK 0 0.83 0.04 0.15
HSL 302.67º 0.71% 0.5% -
HSV(B) 302.67º 0.83% 0.85% -
XYZ 41.24 20.94 62.84 -
YUV 111.43 183.63 204.01 -
System Red Green Blue C M Y K H S L
Decimal 218 38 210 0 0.83 0.04 0.15 302.67 0.71 0.5
Hex DA 26 D2 0 53 4 F 12F 47 32
Octal 332 46 322 0 123 4 17 457 107 62
Binary 11011010 100110 11010010 0 1010011 100 1111 100101111 1000111 110010

Color Harmonies of #DA26D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA26D2

Black with #DA26D2

Text Example


Text Example

White with #DA26D2

Text Example


Text Example

HTML Codes & Css Web 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>