Html Css Color HEX #DF5DDC Free Speech Magenta

📋 copy color: '#DF5DDC'

red 223 ◦ green 93 ◦ blue 220

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

Shades of Free Speech Magenta #DF5DDC

Tints of Free Speech Magenta #DF5DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.35%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 41.6%
G = 17.35%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF5DDC (or 0xDF5DDC) is known color: Free Speech Magenta. HEX triplet: DF, 5D and DC. RGB value is (223,93,220). Sum of RGB (Red+Green+Blue) = 223+93+220=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5DDC is #20A223. Grayscale: #919191. Windows color (decimal): -2138660 or 14441951. OLE color: 14441951.

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

Color convert

RGB 223 93 220 -
CMYK 0 0.58 0.01 0.13
HSL 301.38º 0.67% 0.62% -
HSV(B) 301.38º 0.58% 0.87% -
XYZ 47.26 28.68 70.76 -
YUV 146.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 223 93 220 0 0.58 0.01 0.13 301.38 0.67 0.62
Hex DF 5D DC 0 3A 1 D 12D 43 3E
Octal 337 135 334 0 72 1 15 455 103 76
Binary 11011111 1011101 11011100 0 111010 1 1101 100101101 1000011 111110

Color Harmonies of #DF5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5DDC

Black with #DF5DDC

Text Example


Text Example

White with #DF5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5DDC; }

 p { color: rgb(223,93,220); }

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

background-color css

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

 a { background-color: rgb(223,93,220); }

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

border-color css

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

 span { border-color: rgb(223,93,220); }

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