Html Css Color HEX #DB47E8 Free Speech Magenta

📋 copy color: '#DB47E8'

red 219 ◦ green 71 ◦ blue 232

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

Shades of Free Speech Magenta #DB47E8

Tints of Free Speech Magenta #DB47E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.44%

R = 41.95%
G = 13.6%
B = 44.44%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB47E8 (or 0xDB47E8) is known color: Free Speech Magenta. HEX triplet: DB, 47 and E8. RGB value is (219,71,232). Sum of RGB (Red+Green+Blue) = 219+71+232=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 71 (28.12% from 255 or 13.60% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB47E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB47E8 is #24B817. Grayscale: #858585. Windows color (decimal): -2406424 or 15222747. OLE color: 15222747.

HSL color Cylindrical-coordinate representation of color #DB47E8: hue angle of 295.16º degrees, saturation: 0.78, 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 #DB47E8 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 71 232 -
CMYK 0.06 0.69 0 0.09
HSL 295.16º 0.78% 0.59% -
HSV(B) 295.16º 0.69% 0.91% -
XYZ 46.03 25.39 78.82 -
YUV 133.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 219 71 232 0.06 0.69 0 0.09 295.16 0.78 0.59
Hex DB 47 E8 6 45 0 9 127 4E 3B
Octal 333 107 350 6 105 0 11 447 116 73
Binary 11011011 1000111 11101000 110 1000101 0 1001 100100111 1001110 111011

Color Harmonies of #DB47E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB47E8

Black with #DB47E8

Text Example


Text Example

White with #DB47E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB47E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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