Html Css Color HEX #DB4FE5 Free Speech Magenta

📋 copy color: '#DB4FE5'

red 219 ◦ green 79 ◦ blue 229

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

Shades of Free Speech Magenta #DB4FE5

Tints of Free Speech Magenta #DB4FE5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.99%

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

R = 41.56%
G = 14.99%
B = 43.45%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB4FE5 (or 0xDB4FE5) is known color: Free Speech Magenta. HEX triplet: DB, 4F and E5. RGB value is (219,79,229). Sum of RGB (Red+Green+Blue) = 219+79+229=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB4FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FE5 is #24B01A. Grayscale: #898989. Windows color (decimal): -2404379 or 15028187. OLE color: 15028187.

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

Color convert

RGB 219 79 229 -
CMYK 0.04 0.66 0 0.10
HSL 296º 0.74% 0.6% -
HSV(B) 296º 0.66% 0.9% -
XYZ 46.15 26.31 76.77 -
YUV 137.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 219 79 229 0.04 0.66 0 0.10 296 0.74 0.6
Hex DB 4F E5 4 42 0 A 128 4A 3C
Octal 333 117 345 4 102 0 12 450 112 74
Binary 11011011 1001111 11100101 100 1000010 0 1010 100101000 1001010 111100

Color Harmonies of #DB4FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4FE5

Black with #DB4FE5

Text Example


Text Example

White with #DB4FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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