Html Css Color HEX #DA1DDB Deep Magenta

📋 copy color: '#DA1DDB'

red 218 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #DA1DDB

Tints of Deep Magenta #DA1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.22%

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

R = 46.78%
G = 6.22%
B = 47%

CMYK

 C value IS 0.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA1DDB (or 0xDA1DDB) is known color: Deep Magenta. HEX triplet: DA, 1D and DB. RGB value is (218,29,219). Sum of RGB (Red+Green+Blue) = 218+29+219=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA1DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DDB is #25E224. Grayscale: #6A6A6A. Windows color (decimal): -2482725 or 14360026. OLE color: 14360026.

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

Color convert

RGB 218 29 219 -
CMYK 0.00 0.87 0 0.14
HSL 299.68º 0.77% 0.49% -
HSV(B) 299.68º 0.87% 0.86% -
XYZ 42.14 20.9 68.83 -
YUV 107.17 191.12 207.05 -
System Red Green Blue C M Y K H S L
Decimal 218 29 219 0.00 0.87 0 0.14 299.68 0.77 0.49
Hex DA 1D DB 0 57 0 E 12C 4D 31
Octal 332 35 333 0 127 0 16 454 115 61
Binary 11011010 11101 11011011 0 1010111 0 1110 100101100 1001101 110001

Color Harmonies of #DA1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1DDB

Black with #DA1DDB

Text Example


Text Example

White with #DA1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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