Html Css Color HEX #DB5DEA Free Speech Magenta

📋 copy color: '#DB5DEA'

red 219 ◦ green 93 ◦ blue 234

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

Shades of Free Speech Magenta #DB5DEA

Tints of Free Speech Magenta #DB5DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.03%

 BLUE value IS 234 (91.8% from 255) = 42.86%

R = 40.11%
G = 17.03%
B = 42.86%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB5DEA (or 0xDB5DEA) is known color: Free Speech Magenta. HEX triplet: DB, 5D and EA. RGB value is (219,93,234). Sum of RGB (Red+Green+Blue) = 219+93+234=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB5DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DEA is #24A215. Grayscale: #929292. Windows color (decimal): -2400790 or 15359451. OLE color: 15359451.

HSL color Cylindrical-coordinate representation of color #DB5DEA: hue angle of 293.62º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5DEA is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 93 234 -
CMYK 0.06 0.60 0 0.08
HSL 293.62º 0.77% 0.64% -
HSV(B) 293.62º 0.6% 0.92% -
XYZ 47.98 28.83 80.88 -
YUV 146.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 219 93 234 0.06 0.60 0 0.08 293.62 0.77 0.64
Hex DB 5D EA 6 3C 0 8 126 4D 40
Octal 333 135 352 6 74 0 10 446 115 100
Binary 11011011 1011101 11101010 110 111100 0 1000 100100110 1001101 1000000

Color Harmonies of #DB5DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DEA

Black with #DB5DEA

Text Example


Text Example

White with #DB5DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DEA; }

 p { color: rgb(219,93,234); }

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

background-color css

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

 a { background-color: rgb(219,93,234); }

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

border-color css

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

 span { border-color: rgb(219,93,234); }

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