Html Css Color HEX #DA0DBE Deep Magenta

📋 copy color: '#DA0DBE'

red 218 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #DA0DBE

Tints of Deep Magenta #DA0DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 51.78%
G = 3.09%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA0DBE (or 0xDA0DBE) is known color: Deep Magenta. HEX triplet: DA, 0D and BE. RGB value is (218,13,190). Sum of RGB (Red+Green+Blue) = 218+13+190=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DBE is #25F241. Grayscale: #5D5D5D. Windows color (decimal): -2486850 or 12455386. OLE color: 12455386.

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

Color convert

RGB 218 13 190 -
CMYK 0 0.94 0.13 0.15
HSL 308.2º 0.89% 0.45% -
HSV(B) 308.2º 0.94% 0.85% -
XYZ 38.35 18.91 50.34 -
YUV 94.47 181.92 216.11 -
System Red Green Blue C M Y K H S L
Decimal 218 13 190 0 0.94 0.13 0.15 308.2 0.89 0.45
Hex DA D BE 0 5E D F 134 59 2D
Octal 332 15 276 0 136 15 17 464 131 55
Binary 11011010 1101 10111110 0 1011110 1101 1111 100110100 1011001 101101

Color Harmonies of #DA0DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0DBE

Black with #DA0DBE

Text Example


Text Example

White with #DA0DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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