Html Css Color HEX #DA09D0 Deep Magenta

📋 copy color: '#DA09D0'

red 218 ◦ green 9 ◦ blue 208

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

Shades of Deep Magenta #DA09D0

Tints of Deep Magenta #DA09D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.82%

R = 50.11%
G = 2.07%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA09D0 (or 0xDA09D0) is known color: Deep Magenta. HEX triplet: DA, 09 and D0. RGB value is (218,9,208). Sum of RGB (Red+Green+Blue) = 218+9+208=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09D0 is #25F62F. Grayscale: #5D5D5D. Windows color (decimal): -2487856 or 13634010. OLE color: 13634010.

HSL color Cylindrical-coordinate representation of color #DA09D0: hue angle of 302.87º 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 #DA09D0 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 9 208 -
CMYK 0 0.96 0.05 0.15
HSL 302.87º 0.92% 0.45% -
HSV(B) 302.87º 0.96% 0.85% -
XYZ 40.4 19.65 61.34 -
YUV 94.18 192.24 216.32 -
System Red Green Blue C M Y K H S L
Decimal 218 9 208 0 0.96 0.05 0.15 302.87 0.92 0.45
Hex DA 9 D0 0 60 5 F 12F 5C 2D
Octal 332 11 320 0 140 5 17 457 134 55
Binary 11011010 1001 11010000 0 1100000 101 1111 100101111 1011100 101101

Color Harmonies of #DA09D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09D0

Black with #DA09D0

Text Example


Text Example

White with #DA09D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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