Html Css Color HEX #DA09DF Deep Magenta

📋 copy color: '#DA09DF'

red 218 ◦ green 9 ◦ blue 223

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

Shades of Deep Magenta #DA09DF

Tints of Deep Magenta #DA09DF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2%

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

R = 48.44%
G = 2%
B = 49.56%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA09DF (or 0xDA09DF) is known color: Deep Magenta. HEX triplet: DA, 09 and DF. RGB value is (218,9,223). Sum of RGB (Red+Green+Blue) = 218+9+223=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA09DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09DF is #25F620. Grayscale: #5F5F5F. Windows color (decimal): -2487841 or 14617050. OLE color: 14617050.

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

Color convert

RGB 218 9 223 -
CMYK 0.02 0.96 0 0.13
HSL 298.6º 0.92% 0.45% -
HSV(B) 298.6º 0.96% 0.87% -
XYZ 42.33 20.43 71.52 -
YUV 95.89 199.74 215.1 -
System Red Green Blue C M Y K H S L
Decimal 218 9 223 0.02 0.96 0 0.13 298.6 0.92 0.45
Hex DA 9 DF 2 60 0 D 12B 5C 2D
Octal 332 11 337 2 140 0 15 453 134 55
Binary 11011010 1001 11011111 10 1100000 0 1101 100101011 1011100 101101

Color Harmonies of #DA09DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09DF

Black with #DA09DF

Text Example


Text Example

White with #DA09DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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