Html Css Color HEX #DA15BB Deep Magenta

📋 copy color: '#DA15BB'

red 218 ◦ green 21 ◦ blue 187

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

Shades of Deep Magenta #DA15BB

Tints of Deep Magenta #DA15BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.93%

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

R = 51.17%
G = 4.93%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA15BB (or 0xDA15BB) is known color: Deep Magenta. HEX triplet: DA, 15 and BB. RGB value is (218,21,187). Sum of RGB (Red+Green+Blue) = 218+21+187=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15BB is #25EA44. Grayscale: #626262. Windows color (decimal): -2484805 or 12260826. OLE color: 12260826.

HSL color Cylindrical-coordinate representation of color #DA15BB: hue angle of 309.44º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15BB is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 187 -
CMYK 0 0.90 0.14 0.15
HSL 309.44º 0.82% 0.47% -
HSV(B) 309.44º 0.9% 0.85% -
XYZ 38.15 19.03 48.68 -
YUV 98.83 177.77 213 -
System Red Green Blue C M Y K H S L
Decimal 218 21 187 0 0.90 0.14 0.15 309.44 0.82 0.47
Hex DA 15 BB 0 5A E F 135 52 2F
Octal 332 25 273 0 132 16 17 465 122 57
Binary 11011010 10101 10111011 0 1011010 1110 1111 100110101 1010010 101111

Color Harmonies of #DA15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15BB

Black with #DA15BB

Text Example


Text Example

White with #DA15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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