#DD62CF

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

Shades of Free Speech Magenta #DD62CF

Tints of Free Speech Magenta #DD62CF

Color information

#DD62CF (or 0xDD62CF) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 62 and CF. RGB value is (221,98,207). Sum of RGB (Red+Green+Blue) = 221+98+207=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62CF is #229D30. Grayscale: #929292. Windows color (decimal): -2268465 or 13591261. OLE color: 13591261.

HSL color Cylindrical-coordinate representation of color #DD62CF: hue angle of 306.83º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD62CF is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB22198207-
CMYK00.560.060.13
HSL306.83º64.4%62.55%-
HSV(B)306.83º55.66%86.67%-
XYZ45.4528.6162.16-
YUV147.2161.75180.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 98 (38.67% from 255) = 18.63%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=42.02%
G=18.63%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219820700.560.060.13306.8364.462.55
HexDD62CF0386D133403f
Octal33514231707061546310077
Binary11011101110001011001111011100011011011001100111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD62CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD62CF; }

 p { color: rgb(221,98,207); }

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

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

 a { background-color: rgb(221,98,207); }

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

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

 span { border-color: rgb(221,98,207); }

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