#D55CCA

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

Shades of Free Speech Magenta #D55CCA

Tints of Free Speech Magenta #D55CCA

Color information

#D55CCA (or 0xD55CCA) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5C and CA. RGB value is (213,92,202). Sum of RGB (Red+Green+Blue) = 213+92+202=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CCA is #2AA335. Grayscale: #8C8C8C. Windows color (decimal): -2794294 or 13262037. OLE color: 13262037.

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

Color convert

RGB21392202-
CMYK00.570.050.16
HSL305.45º59.02%59.8%-
HSV(B)305.45º56.81%83.53%-
XYZ41.9326.0658.7-
YUV140.72162.59179.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 92 (36.33% from 255) = 18.15%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=42.01%
G=18.15%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139220200.570.050.16305.4559.0259.8
HexD55CCA0395101313b3c
Octal3251343120715204617374
Binary11010101101110011001010011100110110000100110001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55CCA; }

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

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

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

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

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

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

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

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