#DD60CB

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

Shades of Free Speech Magenta #DD60CB

Tints of Free Speech Magenta #DD60CB

Color information

#DD60CB (or 0xDD60CB) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 60 and CB. RGB value is (221,96,203). Sum of RGB (Red+Green+Blue) = 221+96+203=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60CB is #229F34. Grayscale: #919191. Windows color (decimal): -2268981 or 13328605. OLE color: 13328605.

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

Color convert

RGB22196203-
CMYK00.570.080.13
HSL308.64º64.77%62.16%-
HSV(B)308.64º56.56%86.67%-
XYZ44.7828.0559.55-
YUV145.57160.41181.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 96 (37.89% from 255) = 18.46%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=42.5%
G=18.46%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219620300.570.080.13308.6464.7762.16
HexDD60CB0398D135413e
Octal335140313071101546510176
Binary110111011100000110010110111001100011011001101011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD60CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD60CB; }

 p { color: rgb(221,96,203); }

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

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

 a { background-color: rgb(221,96,203); }

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

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

 span { border-color: rgb(221,96,203); }

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