Html Css Color HEX #DF5DEC Free Speech Magenta

📋 copy color: '#DF5DEC'

red 223 ◦ green 93 ◦ blue 236

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

Shades of Free Speech Magenta #DF5DEC

Tints of Free Speech Magenta #DF5DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 40.4%
G = 16.85%
B = 42.75%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF5DEC (or 0xDF5DEC) is known color: Free Speech Magenta. HEX triplet: DF, 5D and EC. RGB value is (223,93,236). Sum of RGB (Red+Green+Blue) = 223+93+236=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF5DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5DEC is #20A213. Grayscale: #939393. Windows color (decimal): -2138644 or 15490527. OLE color: 15490527.

HSL color Cylindrical-coordinate representation of color #DF5DEC: hue angle of 294.55º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5DEC is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 93 236 -
CMYK 0.06 0.61 0 0.07
HSL 294.55º 0.79% 0.65% -
HSV(B) 294.55º 0.61% 0.93% -
XYZ 49.49 29.57 82.46 -
YUV 148.17 177.57 181.37 -
System Red Green Blue C M Y K H S L
Decimal 223 93 236 0.06 0.61 0 0.07 294.55 0.79 0.65
Hex DF 5D EC 6 3D 0 7 127 4F 41
Octal 337 135 354 6 75 0 7 447 117 101
Binary 11011111 1011101 11101100 110 111101 0 111 100100111 1001111 1000001

Color Harmonies of #DF5DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5DEC

Black with #DF5DEC

Text Example


Text Example

White with #DF5DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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