Html Css Color HEX #DF47BD Free Speech Magenta

📋 copy color: '#DF47BD'

red 223 ◦ green 71 ◦ blue 189

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

Shades of Free Speech Magenta #DF47BD

Tints of Free Speech Magenta #DF47BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.13%

R = 46.17%
G = 14.7%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF47BD (or 0xDF47BD) is known color: Free Speech Magenta. HEX triplet: DF, 47 and BD. RGB value is (223,71,189). Sum of RGB (Red+Green+Blue) = 223+71+189=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47BD is #20B842. Grayscale: #818181. Windows color (decimal): -2144323 or 12404703. OLE color: 12404703.

HSL color Cylindrical-coordinate representation of color #DF47BD: hue angle of 313.42º 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 #DF47BD is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 71 189 -
CMYK 0 0.68 0.15 0.13
HSL 313.42º 0.7% 0.58% -
HSV(B) 313.42º 0.68% 0.87% -
XYZ 41.87 23.87 50.54 -
YUV 129.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 223 71 189 0 0.68 0.15 0.13 313.42 0.7 0.58
Hex DF 47 BD 0 44 F D 139 46 3A
Octal 337 107 275 0 104 17 15 471 106 72
Binary 11011111 1000111 10111101 0 1000100 1111 1101 100111001 1000110 111010

Color Harmonies of #DF47BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF47BD

Black with #DF47BD

Text Example


Text Example

White with #DF47BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF47BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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