Html Css Color HEX #DA06BB Deep Magenta

📋 copy color: '#DA06BB'

red 218 ◦ green 6 ◦ blue 187

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

Shades of Deep Magenta #DA06BB

Tints of Deep Magenta #DA06BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 53.04%
G = 1.46%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA06BB (or 0xDA06BB) is known color: Deep Magenta. HEX triplet: DA, 06 and BB. RGB value is (218,6,187). Sum of RGB (Red+Green+Blue) = 218+6+187=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA06BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA06BB is #25F944. Grayscale: #595959. Windows color (decimal): -2488645 or 12256986. OLE color: 12256986.

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

Color convert

RGB 218 6 187 -
CMYK 0 0.97 0.14 0.15
HSL 308.77º 0.95% 0.44% -
HSV(B) 308.77º 0.97% 0.85% -
XYZ 37.95 18.62 48.61 -
YUV 90.02 182.74 219.28 -
System Red Green Blue C M Y K H S L
Decimal 218 6 187 0 0.97 0.14 0.15 308.77 0.95 0.44
Hex DA 6 BB 0 61 E F 135 5F 2C
Octal 332 6 273 0 141 16 17 465 137 54
Binary 11011010 110 10111011 0 1100001 1110 1111 100110101 1011111 101100

Color Harmonies of #DA06BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA06BB

Black with #DA06BB

Text Example


Text Example

White with #DA06BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA06BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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