Html Css Color HEX #DA00DB Deep Magenta

📋 copy color: '#DA00DB'

red 218 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #DA00DB

Tints of Deep Magenta #DA00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.89%
G = 0%
B = 50.11%

CMYK

 C value IS 0.00

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA00DB (or 0xDA00DB) is known color: Deep Magenta. HEX triplet: DA, 00 and DB. RGB value is (218,0,219). Sum of RGB (Red+Green+Blue) = 218+0+219=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00DB is #25FF24. Grayscale: #595959. Windows color (decimal): -2490149 or 14352602. OLE color: 14352602.

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

Color convert

RGB 218 0 219 -
CMYK 0.00 1 0 0.14
HSL 299.73º 1% 0.43% -
HSV(B) 299.73º 1% 0.86% -
XYZ 41.7 20.02 68.68 -
YUV 90.15 200.72 219.19 -
System Red Green Blue C M Y K H S L
Decimal 218 0 219 0.00 1 0 0.14 299.73 1 0.43
Hex DA 0 DB 0 64 0 E 12C 64 2B
Octal 332 0 333 0 144 0 16 454 144 53
Binary 11011010 0 11011011 0 1100100 0 1110 100101100 1100100 101011

Color Harmonies of #DA00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00DB

Black with #DA00DB

Text Example


Text Example

White with #DA00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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