Html Css Color HEX #DB47CB Free Speech Magenta

📋 copy color: '#DB47CB'

red 219 ◦ green 71 ◦ blue 203

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

Shades of Free Speech Magenta #DB47CB

Tints of Free Speech Magenta #DB47CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 44.42%
G = 14.4%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB47CB (or 0xDB47CB) is known color: Free Speech Magenta. HEX triplet: DB, 47 and CB. RGB value is (219,71,203). Sum of RGB (Red+Green+Blue) = 219+71+203=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB47CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB47CB is #24B834. Grayscale: #818181. Windows color (decimal): -2406453 or 13322203. OLE color: 13322203.

HSL color Cylindrical-coordinate representation of color #DB47CB: hue angle of 306.49º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB47CB is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 71 203 -
CMYK 0 0.68 0.07 0.14
HSL 306.49º 0.67% 0.57% -
HSV(B) 306.49º 0.68% 0.86% -
XYZ 42.25 23.88 58.88 -
YUV 130.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 219 71 203 0 0.68 0.07 0.14 306.49 0.67 0.57
Hex DB 47 CB 0 44 7 E 132 43 39
Octal 333 107 313 0 104 7 16 462 103 71
Binary 11011011 1000111 11001011 0 1000100 111 1110 100110010 1000011 111001

Color Harmonies of #DB47CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB47CB

Black with #DB47CB

Text Example


Text Example

White with #DB47CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB47CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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