Html Css Color HEX #DA27DB Deep Magenta

📋 copy color: '#DA27DB'

red 218 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #DA27DB

Tints of Deep Magenta #DA27DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.19%

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

R = 45.8%
G = 8.19%
B = 46.01%

CMYK

 C value IS 0.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA27DB (or 0xDA27DB) is known color: Deep Magenta. HEX triplet: DA, 27 and DB. RGB value is (218,39,219). Sum of RGB (Red+Green+Blue) = 218+39+219=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA27DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27DB is #25D824. Grayscale: #707070. Windows color (decimal): -2480165 or 14362586. OLE color: 14362586.

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

Color convert

RGB 218 39 219 -
CMYK 0.00 0.82 0 0.14
HSL 299.67º 0.71% 0.51% -
HSV(B) 299.67º 0.82% 0.86% -
XYZ 42.43 21.47 68.93 -
YUV 113.04 187.8 202.86 -
System Red Green Blue C M Y K H S L
Decimal 218 39 219 0.00 0.82 0 0.14 299.67 0.71 0.51
Hex DA 27 DB 0 52 0 E 12C 47 33
Octal 332 47 333 0 122 0 16 454 107 63
Binary 11011010 100111 11011011 0 1010010 0 1110 100101100 1000111 110011

Color Harmonies of #DA27DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA27DB

Black with #DA27DB

Text Example


Text Example

White with #DA27DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA27DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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