Html Css Color HEX #DA09CF Deep Magenta

📋 copy color: '#DA09CF'

red 218 ◦ green 9 ◦ blue 207

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

Shades of Deep Magenta #DA09CF

Tints of Deep Magenta #DA09CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 50.23%
G = 2.07%
B = 47.7%

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

#DA09CF (or 0xDA09CF) is known color: Deep Magenta. HEX triplet: DA, 09 and CF. RGB value is (218,9,207). Sum of RGB (Red+Green+Blue) = 218+9+207=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09CF is #25F630. Grayscale: #5D5D5D. Windows color (decimal): -2487857 or 13568474. OLE color: 13568474.

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

Color convert

RGB 218 9 207 -
CMYK 0 0.96 0.05 0.15
HSL 303.16º 0.92% 0.45% -
HSV(B) 303.16º 0.96% 0.85% -
XYZ 40.27 19.61 60.69 -
YUV 94.06 191.74 216.4 -
System Red Green Blue C M Y K H S L
Decimal 218 9 207 0 0.96 0.05 0.15 303.16 0.92 0.45
Hex DA 9 CF 0 60 5 F 12F 5C 2D
Octal 332 11 317 0 140 5 17 457 134 55
Binary 11011010 1001 11001111 0 1100000 101 1111 100101111 1011100 101101

Color Harmonies of #DA09CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09CF

Black with #DA09CF

Text Example


Text Example

White with #DA09CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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