Html Css Color HEX #DF49CC Free Speech Magenta

📋 copy color: '#DF49CC'

red 223 ◦ green 73 ◦ blue 204

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

Shades of Free Speech Magenta #DF49CC

Tints of Free Speech Magenta #DF49CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 44.6%
G = 14.6%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF49CC (or 0xDF49CC) is known color: Free Speech Magenta. HEX triplet: DF, 49 and CC. RGB value is (223,73,204). Sum of RGB (Red+Green+Blue) = 223+73+204=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49CC is #20B633. Grayscale: #848484. Windows color (decimal): -2143796 or 13388255. OLE color: 13388255.

HSL color Cylindrical-coordinate representation of color #DF49CC: hue angle of 307.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 #DF49CC is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 73 204 -
CMYK 0 0.67 0.09 0.13
HSL 307.6º 0.7% 0.58% -
HSV(B) 307.6º 0.67% 0.87% -
XYZ 43.71 24.81 59.61 -
YUV 132.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 223 73 204 0 0.67 0.09 0.13 307.6 0.7 0.58
Hex DF 49 CC 0 43 9 D 134 46 3A
Octal 337 111 314 0 103 11 15 464 106 72
Binary 11011111 1001001 11001100 0 1000011 1001 1101 100110100 1000110 111010

Color Harmonies of #DF49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF49CC

Black with #DF49CC

Text Example


Text Example

White with #DF49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF49CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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