#D55CDE

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

Shades of Free Speech Magenta #D55CDE

Tints of Free Speech Magenta #D55CDE

Color information

#D55CDE (or 0xD55CDE) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5C and DE. RGB value is (213,92,222). Sum of RGB (Red+Green+Blue) = 213+92+222=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #D55CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CDE is #2AA321. Grayscale: #8E8E8E. Windows color (decimal): -2794274 or 14572757. OLE color: 14572757.

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

Color convert

RGB21392222-
CMYK0.040.5900.13
HSL295.85º66.33%61.57%-
HSV(B)295.85º58.56%87.06%-
XYZ44.4527.0771.99-
YUV143172.59177.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 92 (36.33% from 255) = 17.46%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=40.42%
G=17.46%
B=42.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213922220.040.5900.13295.8566.3361.57
HexD55CDE43B0D128423e
Octal32513433647301545010276
Binary11010101101110011011110100111011011011001010001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55CDE; }

 p { color: rgb(213,92,222); }

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

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

 a { background-color: rgb(213,92,222); }

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

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

 span { border-color: rgb(213,92,222); }

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