Html Css Color HEX #DA06DF Deep Magenta

📋 copy color: '#DA06DF'

red 218 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #DA06DF

Tints of Deep Magenta #DA06DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 48.77%
G = 1.34%
B = 49.89%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA06DF (or 0xDA06DF) is known color: Deep Magenta. HEX triplet: DA, 06 and DF. RGB value is (218,6,223). Sum of RGB (Red+Green+Blue) = 218+6+223=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 6 (2.73% from 255 or 1.34% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA06DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA06DF is #25F920. Grayscale: #5D5D5D. Windows color (decimal): -2488609 or 14616282. OLE color: 14616282.

HSL color Cylindrical-coordinate representation of color #DA06DF: hue angle of 298.62º 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 #DA06DF is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 6 223 -
CMYK 0.02 0.97 0 0.13
HSL 298.62º 0.95% 0.45% -
HSV(B) 298.62º 0.97% 0.87% -
XYZ 42.3 20.36 71.51 -
YUV 94.13 200.74 216.36 -
System Red Green Blue C M Y K H S L
Decimal 218 6 223 0.02 0.97 0 0.13 298.62 0.95 0.45
Hex DA 6 DF 2 61 0 D 12B 5F 2D
Octal 332 6 337 2 141 0 15 453 137 55
Binary 11011010 110 11011111 10 1100001 0 1101 100101011 1011111 101101

Color Harmonies of #DA06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA06DF

Black with #DA06DF

Text Example


Text Example

White with #DA06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA06DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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