#D855CD

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

Shades of Free Speech Magenta #D855CD

Tints of Free Speech Magenta #D855CD

Color information

#D855CD (or 0xD855CD) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 55 and CD. RGB value is (216,85,205). Sum of RGB (Red+Green+Blue) = 216+85+205=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D855CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855CD is #27AA32. Grayscale: #898989. Windows color (decimal): -2599475 or 13456856. OLE color: 13456856.

HSL color Cylindrical-coordinate representation of color #D855CD: hue angle of 305.04º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D855CD is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB21685205-
CMYK00.610.050.15
HSL305.04º62.68%59.02%-
HSV(B)305.04º60.65%84.71%-
XYZ42.5925.560.44-
YUV137.85165.9183.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.69%
GREEN value IS 85 (33.59% from 255) = 16.80%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=42.69%
G=16.80%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168520500.610.050.15305.0462.6859.02
HexD855CD03D5F1313f3b
Octal3301253150755174617773
Binary1101100010101011100110101111011011111100110001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D855CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D855CD; }

 p { color: rgb(216,85,205); }

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

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

 a { background-color: rgb(216,85,205); }

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

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

 span { border-color: rgb(216,85,205); }

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