Html Css Color HEX #DA0BBA Deep Magenta

📋 copy color: '#DA0BBA'

red 218 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #DA0BBA

Tints of Deep Magenta #DA0BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.65%

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 52.53%
G = 2.65%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA0BBA (or 0xDA0BBA) is known color: Deep Magenta. HEX triplet: DA, 0B and BA. RGB value is (218,11,186). Sum of RGB (Red+Green+Blue) = 218+11+186=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BBA is #25F445. Grayscale: #5C5C5C. Windows color (decimal): -2487366 or 12192730. OLE color: 12192730.

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

Color convert

RGB 218 11 186 -
CMYK 0 0.95 0.15 0.15
HSL 309.28º 0.9% 0.45% -
HSV(B) 309.28º 0.95% 0.85% -
XYZ 37.9 18.69 48.06 -
YUV 92.84 180.58 217.27 -
System Red Green Blue C M Y K H S L
Decimal 218 11 186 0 0.95 0.15 0.15 309.28 0.9 0.45
Hex DA B BA 0 5F F F 135 5A 2D
Octal 332 13 272 0 137 17 17 465 132 55
Binary 11011010 1011 10111010 0 1011111 1111 1111 100110101 1011010 101101

Color Harmonies of #DA0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0BBA

Black with #DA0BBA

Text Example


Text Example

White with #DA0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0BBA; }

 p { color: rgb(218,11,186); }

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

background-color css

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

 a { background-color: rgb(218,11,186); }

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

border-color css

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

 span { border-color: rgb(218,11,186); }

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