Html Css Color HEX #DF47DB Free Speech Magenta

📋 copy color: '#DF47DB'

red 223 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #DF47DB

Tints of Free Speech Magenta #DF47DB

RGB

 RED value IS 223 (87.5% from 255) = 43.47%

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 43.47%
G = 13.84%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF47DB (or 0xDF47DB) is known color: Free Speech Magenta. HEX triplet: DF, 47 and DB. RGB value is (223,71,219). Sum of RGB (Red+Green+Blue) = 223+71+219=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 71 (28.12% from 255 or 13.84% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47DB is #20B824. Grayscale: #848484. Windows color (decimal): -2144293 or 14370783. OLE color: 14370783.

HSL color Cylindrical-coordinate representation of color #DF47DB: hue angle of 301.58º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF47DB is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 71 219 -
CMYK 0 0.68 0.02 0.13
HSL 301.58º 0.7% 0.58% -
HSV(B) 301.58º 0.68% 0.87% -
XYZ 45.47 25.31 69.51 -
YUV 133.32 176.36 191.97 -
System Red Green Blue C M Y K H S L
Decimal 223 71 219 0 0.68 0.02 0.13 301.58 0.7 0.58
Hex DF 47 DB 0 44 2 D 12E 46 3A
Octal 337 107 333 0 104 2 15 456 106 72
Binary 11011111 1000111 11011011 0 1000100 10 1101 100101110 1000110 111010

Color Harmonies of #DF47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF47DB

Black with #DF47DB

Text Example


Text Example

White with #DF47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF47DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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