Html Css Color HEX #DA26DD Deep Magenta

📋 copy color: '#DA26DD'

red 218 ◦ green 38 ◦ blue 221

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

Shades of Deep Magenta #DA26DD

Tints of Deep Magenta #DA26DD

RGB

 RED value IS 218 (85.55% from 255) = 45.7%

 GREEN value IS 38 (15.23% from 255) = 7.97%

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 45.7%
G = 7.97%
B = 46.33%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA26DD (or 0xDA26DD) is known color: Deep Magenta. HEX triplet: DA, 26 and DD. RGB value is (218,38,221). Sum of RGB (Red+Green+Blue) = 218+38+221=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA26DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA26DD is #25D922. Grayscale: #707070. Windows color (decimal): -2480419 or 14493402. OLE color: 14493402.

HSL color Cylindrical-coordinate representation of color #DA26DD: hue angle of 299.02º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA26DD is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 38 221 -
CMYK 0.01 0.83 0 0.13
HSL 299.02º 0.73% 0.51% -
HSV(B) 299.02º 0.83% 0.87% -
XYZ 42.66 21.51 70.31 -
YUV 112.68 189.13 203.12 -
System Red Green Blue C M Y K H S L
Decimal 218 38 221 0.01 0.83 0 0.13 299.02 0.73 0.51
Hex DA 26 DD 1 53 0 D 12B 49 33
Octal 332 46 335 1 123 0 15 453 111 63
Binary 11011010 100110 11011101 1 1010011 0 1101 100101011 1001001 110011

Color Harmonies of #DA26DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA26DD

Black with #DA26DD

Text Example


Text Example

White with #DA26DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA26DD; }

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

 H1.HeaderClassName
 {
   color: #DA26DD;
 }
 .AnyTagClassName
 {
   color: #DA26DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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