Html Css Color HEX #DF40ED Free Speech Magenta

📋 copy color: '#DF40ED'

red 223 ◦ green 64 ◦ blue 237

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

Shades of Free Speech Magenta #DF40ED

Tints of Free Speech Magenta #DF40ED

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.21%

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 42.56%
G = 12.21%
B = 45.23%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF40ED (or 0xDF40ED) is known color: Free Speech Magenta. HEX triplet: DF, 40 and ED. RGB value is (223,64,237). Sum of RGB (Red+Green+Blue) = 223+64+237=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 64 (25.39% from 255 or 12.21% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF40ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF40ED is #20BF12. Grayscale: #828282. Windows color (decimal): -2146067 or 15548639. OLE color: 15548639.

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

Color convert

RGB 223 64 237 -
CMYK 0.06 0.73 0 0.07
HSL 295.14º 0.83% 0.59% -
HSV(B) 295.14º 0.73% 0.93% -
XYZ 47.55 25.47 82.53 -
YUV 131.26 187.68 193.43 -
System Red Green Blue C M Y K H S L
Decimal 223 64 237 0.06 0.73 0 0.07 295.14 0.83 0.59
Hex DF 40 ED 6 49 0 7 127 53 3B
Octal 337 100 355 6 111 0 7 447 123 73
Binary 11011111 1000000 11101101 110 1001001 0 111 100100111 1010011 111011

Color Harmonies of #DF40ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40ED

Black with #DF40ED

Text Example


Text Example

White with #DF40ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40ED; }

 p { color: rgb(223,64,237); }

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

background-color css

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

 a { background-color: rgb(223,64,237); }

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

border-color css

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

 span { border-color: rgb(223,64,237); }

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