Html Css Color HEX #DA14DB Deep Magenta

📋 copy color: '#DA14DB'

red 218 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #DA14DB

Tints of Deep Magenta #DA14DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.38%

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

R = 47.7%
G = 4.38%
B = 47.92%

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

#DA14DB (or 0xDA14DB) is known color: Deep Magenta. HEX triplet: DA, 14 and DB. RGB value is (218,20,219). Sum of RGB (Red+Green+Blue) = 218+20+219=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA14DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14DB is #25EB24. Grayscale: #656565. Windows color (decimal): -2485029 or 14357722. OLE color: 14357722.

HSL color Cylindrical-coordinate representation of color #DA14DB: hue angle of 299.7º degrees, saturation: 0.83, 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 #DA14DB is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 20 219 -
CMYK 0.00 0.91 0 0.14
HSL 299.7º 0.83% 0.47% -
HSV(B) 299.7º 0.91% 0.86% -
XYZ 41.95 20.52 68.77 -
YUV 101.89 194.1 210.82 -
System Red Green Blue C M Y K H S L
Decimal 218 20 219 0.00 0.91 0 0.14 299.7 0.83 0.47
Hex DA 14 DB 0 5B 0 E 12C 53 2F
Octal 332 24 333 0 133 0 16 454 123 57
Binary 11011010 10100 11011011 0 1011011 0 1110 100101100 1010011 101111

Color Harmonies of #DA14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA14DB

Black with #DA14DB

Text Example


Text Example

White with #DA14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA14DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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