Html Css Color HEX #DB47E7 Free Speech Magenta

📋 copy color: '#DB47E7'

red 219 ◦ green 71 ◦ blue 231

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

Shades of Free Speech Magenta #DB47E7

Tints of Free Speech Magenta #DB47E7

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.63%

 BLUE value IS 231 (90.63% from 255) = 44.34%

R = 42.03%
G = 13.63%
B = 44.34%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB47E7 (or 0xDB47E7) is known color: Free Speech Magenta. HEX triplet: DB, 47 and E7. RGB value is (219,71,231). Sum of RGB (Red+Green+Blue) = 219+71+231=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB47E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB47E7 is #24B818. Grayscale: #858585. Windows color (decimal): -2406425 or 15157211. OLE color: 15157211.

HSL color Cylindrical-coordinate representation of color #DB47E7: hue angle of 295.5º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB47E7 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 71 231 -
CMYK 0.05 0.69 0 0.09
HSL 295.5º 0.77% 0.59% -
HSV(B) 295.5º 0.69% 0.91% -
XYZ 45.89 25.34 78.07 -
YUV 133.49 183.03 188.99 -
System Red Green Blue C M Y K H S L
Decimal 219 71 231 0.05 0.69 0 0.09 295.5 0.77 0.59
Hex DB 47 E7 5 45 0 9 128 4D 3B
Octal 333 107 347 5 105 0 11 450 115 73
Binary 11011011 1000111 11100111 101 1000101 0 1001 100101000 1001101 111011

Color Harmonies of #DB47E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB47E7

Black with #DB47E7

Text Example


Text Example

White with #DB47E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB47E7; }

 p { color: rgb(219,71,231); }

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

background-color css

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

 a { background-color: rgb(219,71,231); }

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

border-color css

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

 span { border-color: rgb(219,71,231); }

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