#DF4CE0

Color #DF4CE0 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DF4CE0

Tints of Free Speech Magenta #DF4CE0

Color information

#DF4CE0 (or 0xDF4CE0) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 4C and E0. RGB value is (223,76,224). Sum of RGB (Red+Green+Blue) = 223+76+224=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF4CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4CE0 is #20B31F. Grayscale: #888888. Windows color (decimal): -2143008 or 14699743. OLE color: 14699743.

HSL color Cylindrical-coordinate representation of color #DF4CE0: hue angle of 299.59º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4CE0 is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22376224-
CMYK0.000.6600.12
HSL299.59º70.48%58.82%-
HSV(B)299.59º66.07%87.84%-
XYZ46.4726.2473.14-
YUV136.82177.2189.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 76 (30.08% from 255) = 14.53%
BLUE value IS 224 (87.89% from 255) = 42.83%
R=42.64%
G=14.53%
B=42.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal223762240.000.6600.12299.5970.4858.82
HexDF4CE00420C12c463b
Octal337114340010201445410673
Binary1101111110011001110000001000010011001001011001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4CE0; }

 p { color: rgb(223,76,224); }

 H1.HeaderClassName
 {
   color: #DF4CE0;
 }
 .AnyTagClassName
 {
   color: #DF4CE0;
 }
</style>
background-color css

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

 a { background-color: rgb(223,76,224); }

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

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

 span { border-color: rgb(223,76,224); }

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