Html Css Color HEX #DA28DE Deep Magenta

📋 copy color: '#DA28DE'

red 218 ◦ green 40 ◦ blue 222

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

Shades of Deep Magenta #DA28DE

Tints of Deep Magenta #DA28DE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.33%

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 45.42%
G = 8.33%
B = 46.25%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA28DE (or 0xDA28DE) is known color: Deep Magenta. HEX triplet: DA, 28 and DE. RGB value is (218,40,222). Sum of RGB (Red+Green+Blue) = 218+40+222=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA28DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28DE is #25D721. Grayscale: #717171. Windows color (decimal): -2479906 or 14559450. OLE color: 14559450.

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

Color convert

RGB 218 40 222 -
CMYK 0.02 0.82 0 0.13
HSL 298.68º 0.73% 0.51% -
HSV(B) 298.68º 0.82% 0.87% -
XYZ 42.86 21.7 71.04 -
YUV 113.97 188.97 202.2 -
System Red Green Blue C M Y K H S L
Decimal 218 40 222 0.02 0.82 0 0.13 298.68 0.73 0.51
Hex DA 28 DE 2 52 0 D 12B 49 33
Octal 332 50 336 2 122 0 15 453 111 63
Binary 11011010 101000 11011110 10 1010010 0 1101 100101011 1001001 110011

Color Harmonies of #DA28DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28DE

Black with #DA28DE

Text Example


Text Example

White with #DA28DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28DE; }

 p { color: rgb(218,40,222); }

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

background-color css

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

 a { background-color: rgb(218,40,222); }

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

border-color css

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

 span { border-color: rgb(218,40,222); }

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