Html Css Color HEX #DB54E6 Free Speech Magenta

📋 copy color: '#DB54E6'

red 219 ◦ green 84 ◦ blue 230

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

Shades of Free Speech Magenta #DB54E6

Tints of Free Speech Magenta #DB54E6

RGB

 RED value IS 219 (85.94% from 255) = 41.09%

 GREEN value IS 84 (33.2% from 255) = 15.76%

 BLUE value IS 230 (90.23% from 255) = 43.15%

R = 41.09%
G = 15.76%
B = 43.15%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB54E6 (or 0xDB54E6) is known color: Free Speech Magenta. HEX triplet: DB, 54 and E6. RGB value is (219,84,230). Sum of RGB (Red+Green+Blue) = 219+84+230=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB54E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB54E6 is #24AB19. Grayscale: #8C8C8C. Windows color (decimal): -2403098 or 15095003. OLE color: 15095003.

HSL color Cylindrical-coordinate representation of color #DB54E6: hue angle of 295.48º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB54E6 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 84 230 -
CMYK 0.05 0.63 0 0.10
HSL 295.48º 0.74% 0.62% -
HSV(B) 295.48º 0.63% 0.9% -
XYZ 46.67 27.11 77.64 -
YUV 141.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 219 84 230 0.05 0.63 0 0.10 295.48 0.74 0.62
Hex DB 54 E6 5 3F 0 A 127 4A 3E
Octal 333 124 346 5 77 0 12 447 112 76
Binary 11011011 1010100 11100110 101 111111 0 1010 100100111 1001010 111110

Color Harmonies of #DB54E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB54E6

Black with #DB54E6

Text Example


Text Example

White with #DB54E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB54E6; }

 p { color: rgb(219,84,230); }

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

background-color css

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

 a { background-color: rgb(219,84,230); }

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

border-color css

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

 span { border-color: rgb(219,84,230); }

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