Html Css Color HEX #DA0DBB Deep Magenta

📋 copy color: '#DA0DBB'

red 218 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #DA0DBB

Tints of Deep Magenta #DA0DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.11%

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

R = 52.15%
G = 3.11%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA0DBB (or 0xDA0DBB) is known color: Deep Magenta. HEX triplet: DA, 0D and BB. RGB value is (218,13,187). Sum of RGB (Red+Green+Blue) = 218+13+187=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DBB is #25F244. Grayscale: #5D5D5D. Windows color (decimal): -2486853 or 12258778. OLE color: 12258778.

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

Color convert

RGB 218 13 187 -
CMYK 0 0.94 0.14 0.15
HSL 309.07º 0.89% 0.45% -
HSV(B) 309.07º 0.94% 0.85% -
XYZ 38.03 18.78 48.63 -
YUV 94.13 180.42 216.35 -
System Red Green Blue C M Y K H S L
Decimal 218 13 187 0 0.94 0.14 0.15 309.07 0.89 0.45
Hex DA D BB 0 5E E F 135 59 2D
Octal 332 15 273 0 136 16 17 465 131 55
Binary 11011010 1101 10111011 0 1011110 1110 1111 100110101 1011001 101101

Color Harmonies of #DA0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0DBB

Black with #DA0DBB

Text Example


Text Example

White with #DA0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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