#DD60CA

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

Shades of Free Speech Magenta #DD60CA

Tints of Free Speech Magenta #DD60CA

Color information

#DD60CA (or 0xDD60CA) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 60 and CA. RGB value is (221,96,202). Sum of RGB (Red+Green+Blue) = 221+96+202=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60CA is #229F35. Grayscale: #919191. Windows color (decimal): -2268982 or 13263069. OLE color: 13263069.

HSL color Cylindrical-coordinate representation of color #DD60CA: hue angle of 309.12º 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 #DD60CA is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB22196202-
CMYK00.570.090.13
HSL309.12º64.77%62.16%-
HSV(B)309.12º56.56%86.67%-
XYZ44.662858.93-
YUV145.46159.91181.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 96 (37.89% from 255) = 18.50%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=42.58%
G=18.50%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219620200.570.090.13309.1264.7762.16
HexDD60CA0399D135413e
Octal335140312071111546510176
Binary110111011100000110010100111001100111011001101011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD60CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD60CA; }

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

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

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

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

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

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

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

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