Html Css Color HEX #DF5DCC Free Speech Magenta

📋 copy color: '#DF5DCC'

red 223 ◦ green 93 ◦ blue 204

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

Shades of Free Speech Magenta #DF5DCC

Tints of Free Speech Magenta #DF5DCC

RGB

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

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

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

R = 42.88%
G = 17.88%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF5DCC (or 0xDF5DCC) is known color: Free Speech Magenta. HEX triplet: DF, 5D and CC. RGB value is (223,93,204). Sum of RGB (Red+Green+Blue) = 223+93+204=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5DCC is #20A233. Grayscale: #909090. Windows color (decimal): -2138676 or 13393375. OLE color: 13393375.

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

Color convert

RGB 223 93 204 -
CMYK 0 0.58 0.09 0.13
HSL 308.77º 0.67% 0.62% -
HSV(B) 308.77º 0.58% 0.87% -
XYZ 45.24 27.88 60.12 -
YUV 144.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 223 93 204 0 0.58 0.09 0.13 308.77 0.67 0.62
Hex DF 5D CC 0 3A 9 D 135 43 3E
Octal 337 135 314 0 72 11 15 465 103 76
Binary 11011111 1011101 11001100 0 111010 1001 1101 100110101 1000011 111110

Color Harmonies of #DF5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5DCC

Black with #DF5DCC

Text Example


Text Example

White with #DF5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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