Html Css Color HEX #DB5FE5 Free Speech Magenta

📋 copy color: '#DB5FE5'

red 219 ◦ green 95 ◦ blue 229

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

Shades of Free Speech Magenta #DB5FE5

Tints of Free Speech Magenta #DB5FE5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.5%

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

R = 40.33%
G = 17.5%
B = 42.17%

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

#DB5FE5 (or 0xDB5FE5) is known color: Free Speech Magenta. HEX triplet: DB, 5F and E5. RGB value is (219,95,229). Sum of RGB (Red+Green+Blue) = 219+95+229=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB5FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FE5 is #24A01A. Grayscale: #929292. Windows color (decimal): -2400283 or 15032283. OLE color: 15032283.

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

Color convert

RGB 219 95 229 -
CMYK 0.04 0.59 0 0.10
HSL 295.52º 0.72% 0.64% -
HSV(B) 295.52º 0.59% 0.9% -
XYZ 47.45 28.9 77.21 -
YUV 147.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 219 95 229 0.04 0.59 0 0.10 295.52 0.72 0.64
Hex DB 5F E5 4 3B 0 A 128 48 40
Octal 333 137 345 4 73 0 12 450 110 100
Binary 11011011 1011111 11100101 100 111011 0 1010 100101000 1001000 1000000

Color Harmonies of #DB5FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FE5

Black with #DB5FE5

Text Example


Text Example

White with #DB5FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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