Html Css Color HEX #DA13DB Deep Magenta

📋 copy color: '#DA13DB'

red 218 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #DA13DB

Tints of Deep Magenta #DA13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.17%

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 47.81%
G = 4.17%
B = 48.03%

CMYK

 C value IS 0.00

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA13DB (or 0xDA13DB) is known color: Deep Magenta. HEX triplet: DA, 13 and DB. RGB value is (218,19,219). Sum of RGB (Red+Green+Blue) = 218+19+219=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA13DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13DB is #25EC24. Grayscale: #646464. Windows color (decimal): -2485285 or 14357466. OLE color: 14357466.

HSL color Cylindrical-coordinate representation of color #DA13DB: hue angle of 299.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA13DB is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 19 219 -
CMYK 0.00 0.91 0 0.14
HSL 299.7º 0.84% 0.47% -
HSV(B) 299.7º 0.91% 0.86% -
XYZ 41.93 20.49 68.76 -
YUV 101.3 194.43 211.24 -
System Red Green Blue C M Y K H S L
Decimal 218 19 219 0.00 0.91 0 0.14 299.7 0.84 0.47
Hex DA 13 DB 0 5B 0 E 12C 54 2F
Octal 332 23 333 0 133 0 16 454 124 57
Binary 11011010 10011 11011011 0 1011011 0 1110 100101100 1010100 101111

Color Harmonies of #DA13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA13DB

Black with #DA13DB

Text Example


Text Example

White with #DA13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA13DB; }

 p { color: rgb(218,19,219); }

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

background-color css

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

 a { background-color: rgb(218,19,219); }

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

border-color css

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

 span { border-color: rgb(218,19,219); }

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