Html Css Color HEX #DB5DE5 Free Speech Magenta

📋 copy color: '#DB5DE5'

red 219 ◦ green 93 ◦ blue 229

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

Shades of Free Speech Magenta #DB5DE5

Tints of Free Speech Magenta #DB5DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 40.48%
G = 17.19%
B = 42.33%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB5DE5 (or 0xDB5DE5) is known color: Free Speech Magenta. HEX triplet: DB, 5D and E5. RGB value is (219,93,229). Sum of RGB (Red+Green+Blue) = 219+93+229=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB5DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DE5 is #24A21A. Grayscale: #919191. Windows color (decimal): -2400795 or 15031771. OLE color: 15031771.

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

Color convert

RGB 219 93 229 -
CMYK 0.04 0.59 0 0.10
HSL 295.59º 0.72% 0.63% -
HSV(B) 295.59º 0.59% 0.9% -
XYZ 47.27 28.55 77.15 -
YUV 146.18 174.74 179.94 -
System Red Green Blue C M Y K H S L
Decimal 219 93 229 0.04 0.59 0 0.10 295.59 0.72 0.63
Hex DB 5D E5 4 3B 0 A 128 48 3F
Octal 333 135 345 4 73 0 12 450 110 77
Binary 11011011 1011101 11100101 100 111011 0 1010 100101000 1001000 111111

Color Harmonies of #DB5DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DE5

Black with #DB5DE5

Text Example


Text Example

White with #DB5DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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