Html Css Color HEX #DA06B9 Deep Magenta

📋 copy color: '#DA06B9'

red 218 ◦ green 6 ◦ blue 185

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

Shades of Deep Magenta #DA06B9

Tints of Deep Magenta #DA06B9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.47%

 BLUE value IS 185 (72.66% from 255) = 45.23%

R = 53.3%
G = 1.47%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA06B9 (or 0xDA06B9) is known color: Deep Magenta. HEX triplet: DA, 06 and B9. RGB value is (218,6,185). Sum of RGB (Red+Green+Blue) = 218+6+185=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA06B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA06B9 is #25F946. Grayscale: #595959. Windows color (decimal): -2488647 or 12125914. OLE color: 12125914.

HSL color Cylindrical-coordinate representation of color #DA06B9: hue angle of 309.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA06B9 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 185 -
CMYK 0 0.97 0.15 0.15
HSL 309.34º 0.95% 0.44% -
HSV(B) 309.34º 0.97% 0.85% -
XYZ 37.74 18.54 47.49 -
YUV 89.79 181.74 219.45 -
System Red Green Blue C M Y K H S L
Decimal 218 6 185 0 0.97 0.15 0.15 309.34 0.95 0.44
Hex DA 6 B9 0 61 F F 135 5F 2C
Octal 332 6 271 0 141 17 17 465 137 54
Binary 11011010 110 10111001 0 1100001 1111 1111 100110101 1011111 101100

Color Harmonies of #DA06B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA06B9

Black with #DA06B9

Text Example


Text Example

White with #DA06B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA06B9; }

 p { color: rgb(218,6,185); }

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

background-color css

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

 a { background-color: rgb(218,6,185); }

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

border-color css

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

 span { border-color: rgb(218,6,185); }

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