Html Css Color HEX #DA09C1 Deep Magenta

📋 copy color: '#DA09C1'

red 218 ◦ green 9 ◦ blue 193

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

Shades of Deep Magenta #DA09C1

Tints of Deep Magenta #DA09C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.95%

R = 51.9%
G = 2.14%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA09C1 (or 0xDA09C1) is known color: Deep Magenta. HEX triplet: DA, 09 and C1. RGB value is (218,9,193). Sum of RGB (Red+Green+Blue) = 218+9+193=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09C1 is #25F63E. Grayscale: #5B5B5B. Windows color (decimal): -2487871 or 12650970. OLE color: 12650970.

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

Color convert

RGB 218 9 193 -
CMYK 0 0.96 0.11 0.15
HSL 307.18º 0.92% 0.45% -
HSV(B) 307.18º 0.96% 0.85% -
XYZ 38.64 18.95 52.07 -
YUV 92.47 184.74 217.54 -
System Red Green Blue C M Y K H S L
Decimal 218 9 193 0 0.96 0.11 0.15 307.18 0.92 0.45
Hex DA 9 C1 0 60 B F 133 5C 2D
Octal 332 11 301 0 140 13 17 463 134 55
Binary 11011010 1001 11000001 0 1100000 1011 1111 100110011 1011100 101101

Color Harmonies of #DA09C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09C1

Black with #DA09C1

Text Example


Text Example

White with #DA09C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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