Html Css Color HEX #DA08BB Deep Magenta

📋 copy color: '#DA08BB'

red 218 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #DA08BB

Tints of Deep Magenta #DA08BB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.94%

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

R = 52.78%
G = 1.94%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA08BB (or 0xDA08BB) is known color: Deep Magenta. HEX triplet: DA, 08 and BB. RGB value is (218,8,187). Sum of RGB (Red+Green+Blue) = 218+8+187=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA08BB is #25F744. Grayscale: #5A5A5A. Windows color (decimal): -2488133 or 12257498. OLE color: 12257498.

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

Color convert

RGB 218 8 187 -
CMYK 0 0.96 0.14 0.15
HSL 308.86º 0.93% 0.44% -
HSV(B) 308.86º 0.96% 0.85% -
XYZ 37.97 18.67 48.62 -
YUV 91.2 182.07 218.45 -
System Red Green Blue C M Y K H S L
Decimal 218 8 187 0 0.96 0.14 0.15 308.86 0.93 0.44
Hex DA 8 BB 0 60 E F 135 5D 2C
Octal 332 10 273 0 140 16 17 465 135 54
Binary 11011010 1000 10111011 0 1100000 1110 1111 100110101 1011101 101100

Color Harmonies of #DA08BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA08BB

Black with #DA08BB

Text Example


Text Example

White with #DA08BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA08BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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