Html Css Color HEX #DF49C7 Free Speech Magenta

📋 copy color: '#DF49C7'

red 223 ◦ green 73 ◦ blue 199

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

Shades of Free Speech Magenta #DF49C7

Tints of Free Speech Magenta #DF49C7

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.75%

 BLUE value IS 199 (78.13% from 255) = 40.2%

R = 45.05%
G = 14.75%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF49C7 (or 0xDF49C7) is known color: Free Speech Magenta. HEX triplet: DF, 49 and C7. RGB value is (223,73,199). Sum of RGB (Red+Green+Blue) = 223+73+199=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49C7 is #20B638. Grayscale: #838383. Windows color (decimal): -2143801 or 13060575. OLE color: 13060575.

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

Color convert

RGB 223 73 199 -
CMYK 0 0.67 0.11 0.13
HSL 309.6º 0.7% 0.58% -
HSV(B) 309.6º 0.67% 0.87% -
XYZ 43.12 24.58 56.5 -
YUV 132.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 223 73 199 0 0.67 0.11 0.13 309.6 0.7 0.58
Hex DF 49 C7 0 43 B D 136 46 3A
Octal 337 111 307 0 103 13 15 466 106 72
Binary 11011111 1001001 11000111 0 1000011 1011 1101 100110110 1000110 111010

Color Harmonies of #DF49C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF49C7

Black with #DF49C7

Text Example


Text Example

White with #DF49C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF49C7; }

 p { color: rgb(223,73,199); }

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

background-color css

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

 a { background-color: rgb(223,73,199); }

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

border-color css

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

 span { border-color: rgb(223,73,199); }

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