Html Css Color HEX #DA09D3 Deep Magenta

📋 copy color: '#DA09D3'

red 218 ◦ green 9 ◦ blue 211

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

Shades of Deep Magenta #DA09D3

Tints of Deep Magenta #DA09D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.17%

R = 49.77%
G = 2.05%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA09D3 (or 0xDA09D3) is known color: Deep Magenta. HEX triplet: DA, 09 and D3. RGB value is (218,9,211). Sum of RGB (Red+Green+Blue) = 218+9+211=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09D3 is #25F62C. Grayscale: #5D5D5D. Windows color (decimal): -2487853 or 13830618. OLE color: 13830618.

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

Color convert

RGB 218 9 211 -
CMYK 0 0.96 0.03 0.15
HSL 302.01º 0.92% 0.45% -
HSV(B) 302.01º 0.96% 0.85% -
XYZ 40.77 19.8 63.3 -
YUV 94.52 193.74 216.07 -
System Red Green Blue C M Y K H S L
Decimal 218 9 211 0 0.96 0.03 0.15 302.01 0.92 0.45
Hex DA 9 D3 0 60 3 F 12E 5C 2D
Octal 332 11 323 0 140 3 17 456 134 55
Binary 11011010 1001 11010011 0 1100000 11 1111 100101110 1011100 101101

Color Harmonies of #DA09D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09D3

Black with #DA09D3

Text Example


Text Example

White with #DA09D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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