Html Css Color HEX #DB5BE4 Free Speech Magenta

📋 copy color: '#DB5BE4'

red 219 ◦ green 91 ◦ blue 228

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

Shades of Free Speech Magenta #DB5BE4

Tints of Free Speech Magenta #DB5BE4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.91%

 BLUE value IS 228 (89.45% from 255) = 42.38%

R = 40.71%
G = 16.91%
B = 42.38%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB5BE4 (or 0xDB5BE4) is known color: Free Speech Magenta. HEX triplet: DB, 5B and E4. RGB value is (219,91,228). Sum of RGB (Red+Green+Blue) = 219+91+228=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB5BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BE4 is #24A41B. Grayscale: #909090. Windows color (decimal): -2401308 or 14965723. OLE color: 14965723.

HSL color Cylindrical-coordinate representation of color #DB5BE4: hue angle of 296.06º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5BE4 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 91 228 -
CMYK 0.04 0.60 0 0.11
HSL 296.06º 0.72% 0.63% -
HSV(B) 296.06º 0.6% 0.89% -
XYZ 46.96 28.14 76.36 -
YUV 144.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 219 91 228 0.04 0.60 0 0.11 296.06 0.72 0.63
Hex DB 5B E4 4 3C 0 B 128 48 3F
Octal 333 133 344 4 74 0 13 450 110 77
Binary 11011011 1011011 11100100 100 111100 0 1011 100101000 1001000 111111

Color Harmonies of #DB5BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5BE4

Black with #DB5BE4

Text Example


Text Example

White with #DB5BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5BE4; }

 p { color: rgb(219,91,228); }

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

background-color css

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

 a { background-color: rgb(219,91,228); }

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

border-color css

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

 span { border-color: rgb(219,91,228); }

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