#D555DE

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

Shades of Free Speech Magenta #D555DE

Tints of Free Speech Magenta #D555DE

Color information

#D555DE (or 0xD555DE) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 55 and DE. RGB value is (213,85,222). Sum of RGB (Red+Green+Blue) = 213+85+222=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #D555DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555DE is #2AAA21. Grayscale: #8A8A8A. Windows color (decimal): -2796066 or 14570965. OLE color: 14570965.

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

Color convert

RGB21385222-
CMYK0.040.6200.13
HSL296.06º67.49%60.2%-
HSV(B)296.06º61.71%87.06%-
XYZ43.8725.9271.8-
YUV138.89174.91180.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 85 (33.59% from 255) = 16.35%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=40.96%
G=16.35%
B=42.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213852220.040.6200.13296.0667.4960.2
HexD555DE43E0D128433c
Octal32512533647601545010374
Binary11010101101010111011110100111110011011001010001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D555DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D555DE; }

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

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

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

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

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

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

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

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