Html Css Color HEX #DA06DD Deep Magenta

📋 copy color: '#DA06DD'

red 218 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #DA06DD

Tints of Deep Magenta #DA06DD

RGB

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

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

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

R = 48.99%
G = 1.35%
B = 49.66%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA06DD (or 0xDA06DD) is known color: Deep Magenta. HEX triplet: DA, 06 and DD. RGB value is (218,6,221). Sum of RGB (Red+Green+Blue) = 218+6+221=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA06DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA06DD is #25F922. Grayscale: #5D5D5D. Windows color (decimal): -2488611 or 14485210. OLE color: 14485210.

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

Color convert

RGB 218 6 221 -
CMYK 0.01 0.97 0 0.13
HSL 299.16º 0.95% 0.45% -
HSV(B) 299.16º 0.97% 0.87% -
XYZ 42.03 20.26 70.1 -
YUV 93.9 199.74 216.52 -
System Red Green Blue C M Y K H S L
Decimal 218 6 221 0.01 0.97 0 0.13 299.16 0.95 0.45
Hex DA 6 DD 1 61 0 D 12B 5F 2D
Octal 332 6 335 1 141 0 15 453 137 55
Binary 11011010 110 11011101 1 1100001 0 1101 100101011 1011111 101101

Color Harmonies of #DA06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA06DD

Black with #DA06DD

Text Example


Text Example

White with #DA06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA06DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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