Html Css Color HEX #DF47C5 Free Speech Magenta

📋 copy color: '#DF47C5'

red 223 ◦ green 71 ◦ blue 197

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

Shades of Free Speech Magenta #DF47C5

Tints of Free Speech Magenta #DF47C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.12%

R = 45.42%
G = 14.46%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF47C5 (or 0xDF47C5) is known color: Free Speech Magenta. HEX triplet: DF, 47 and C5. RGB value is (223,71,197). Sum of RGB (Red+Green+Blue) = 223+71+197=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47C5 is #20B83A. Grayscale: #828282. Windows color (decimal): -2144315 or 12928991. OLE color: 12928991.

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

Color convert

RGB 223 71 197 -
CMYK 0 0.68 0.12 0.13
HSL 310.26º 0.7% 0.58% -
HSV(B) 310.26º 0.68% 0.87% -
XYZ 42.76 24.23 55.25 -
YUV 130.81 165.36 193.75 -
System Red Green Blue C M Y K H S L
Decimal 223 71 197 0 0.68 0.12 0.13 310.26 0.7 0.58
Hex DF 47 C5 0 44 C D 136 46 3A
Octal 337 107 305 0 104 14 15 466 106 72
Binary 11011111 1000111 11000101 0 1000100 1100 1101 100110110 1000110 111010

Color Harmonies of #DF47C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF47C5

Black with #DF47C5

Text Example


Text Example

White with #DF47C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF47C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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