Html Css Color HEX #DA06E0 Deep Magenta

📋 copy color: '#DA06E0'

red 218 ◦ green 6 ◦ blue 224

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

Shades of Deep Magenta #DA06E0

Tints of Deep Magenta #DA06E0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.34%

 BLUE value IS 224 (87.89% from 255) = 50%

R = 48.66%
G = 1.34%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA06E0 (or 0xDA06E0) is known color: Deep Magenta. HEX triplet: DA, 06 and E0. RGB value is (218,6,224). Sum of RGB (Red+Green+Blue) = 218+6+224=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA06E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA06E0 is #25F91F. Grayscale: #5D5D5D. Windows color (decimal): -2488608 or 14681818. OLE color: 14681818.

HSL color Cylindrical-coordinate representation of color #DA06E0: hue angle of 298.35º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA06E0 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 6 224 -
CMYK 0.03 0.97 0 0.12
HSL 298.35º 0.95% 0.45% -
HSV(B) 298.35º 0.97% 0.88% -
XYZ 42.43 20.42 72.23 -
YUV 94.24 201.24 216.27 -
System Red Green Blue C M Y K H S L
Decimal 218 6 224 0.03 0.97 0 0.12 298.35 0.95 0.45
Hex DA 6 E0 3 61 0 C 12A 5F 2D
Octal 332 6 340 3 141 0 14 452 137 55
Binary 11011010 110 11100000 11 1100001 0 1100 100101010 1011111 101101

Color Harmonies of #DA06E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA06E0

Black with #DA06E0

Text Example


Text Example

White with #DA06E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA06E0; }

 p { color: rgb(218,6,224); }

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

background-color css

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

 a { background-color: rgb(218,6,224); }

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

border-color css

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

 span { border-color: rgb(218,6,224); }

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