#DD62CB

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

Shades of Free Speech Magenta #DD62CB

Tints of Free Speech Magenta #DD62CB

Color information

#DD62CB (or 0xDD62CB) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 62 and CB. RGB value is (221,98,203). Sum of RGB (Red+Green+Blue) = 221+98+203=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62CB is #229D34. Grayscale: #929292. Windows color (decimal): -2268469 or 13329117. OLE color: 13329117.

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

Color convert

RGB22198203-
CMYK00.560.080.13
HSL308.78º64.4%62.55%-
HSV(B)308.78º55.66%86.67%-
XYZ44.9728.4259.62-
YUV146.75159.75180.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 98 (38.67% from 255) = 18.77%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=42.34%
G=18.77%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219820300.560.080.13308.7864.462.55
HexDD62CB0388D135403f
Octal335142313070101546510077
Binary110111011100010110010110111000100011011001101011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD62CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD62CB; }

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

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

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

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

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

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

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

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