Html Css Color HEX #DA09BE Deep Magenta

📋 copy color: '#DA09BE'

red 218 ◦ green 9 ◦ blue 190

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

Shades of Deep Magenta #DA09BE

Tints of Deep Magenta #DA09BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 52.28%
G = 2.16%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA09BE (or 0xDA09BE) is known color: Deep Magenta. HEX triplet: DA, 09 and BE. RGB value is (218,9,190). Sum of RGB (Red+Green+Blue) = 218+9+190=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09BE is #25F641. Grayscale: #5B5B5B. Windows color (decimal): -2487874 or 12454362. OLE color: 12454362.

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

Color convert

RGB 218 9 190 -
CMYK 0 0.96 0.13 0.15
HSL 308.04º 0.92% 0.45% -
HSV(B) 308.04º 0.96% 0.85% -
XYZ 38.31 18.82 50.33 -
YUV 92.13 183.24 217.78 -
System Red Green Blue C M Y K H S L
Decimal 218 9 190 0 0.96 0.13 0.15 308.04 0.92 0.45
Hex DA 9 BE 0 60 D F 134 5C 2D
Octal 332 11 276 0 140 15 17 464 134 55
Binary 11011010 1001 10111110 0 1100000 1101 1111 100110100 1011100 101101

Color Harmonies of #DA09BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09BE

Black with #DA09BE

Text Example


Text Example

White with #DA09BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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