#D655CF

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

Shades of Free Speech Magenta #D655CF

Tints of Free Speech Magenta #D655CF

Color information

#D655CF (or 0xD655CF) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 55 and CF. RGB value is (214,85,207). Sum of RGB (Red+Green+Blue) = 214+85+207=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D655CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655CF is #29AA30. Grayscale: #898989. Windows color (decimal): -2730545 or 13587926. OLE color: 13587926.

HSL color Cylindrical-coordinate representation of color #D655CF: hue angle of 303.26º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D655CF is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB21485207-
CMYK00.600.030.16
HSL303.26º61.14%58.63%-
HSV(B)303.26º60.28%83.92%-
XYZ42.2425.361.69-
YUV137.48167.24182.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 85 (33.59% from 255) = 16.80%
BLUE value IS 207 (81.25% from 255) = 40.91%
R=42.29%
G=16.80%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148520700.600.030.16303.2661.1458.63
HexD655CF03C31012f3d3b
Octal3261253170743204577573
Binary1101011010101011100111101111001110000100101111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D655CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D655CF; }

 p { color: rgb(214,85,207); }

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

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

 a { background-color: rgb(214,85,207); }

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

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

 span { border-color: rgb(214,85,207); }

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