#D65CCC

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

Shades of Free Speech Magenta #D65CCC

Tints of Free Speech Magenta #D65CCC

Color information

#D65CCC (or 0xD65CCC) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5C and CC. RGB value is (214,92,204). Sum of RGB (Red+Green+Blue) = 214+92+204=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CCC is #29A333. Grayscale: #8C8C8C. Windows color (decimal): -2728756 or 13393110. OLE color: 13393110.

HSL color Cylindrical-coordinate representation of color #D65CCC: hue angle of 304.92º degrees, saturation: 0.6, 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 #D65CCC is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21492204-
CMYK00.570.050.16
HSL304.92º59.8%60%-
HSV(B)304.92º57.01%83.92%-
XYZ42.4626.3159.97-
YUV141.25163.42179.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 92 (36.33% from 255) = 18.04%
BLUE value IS 204 (80.08% from 255) = 40%
R=41.96%
G=18.04%
B=40%

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
Decimal2149220400.570.050.16304.9259.860
HexD65CCC0395101313c3c
Octal3261343140715204617474
Binary11010110101110011001100011100110110000100110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CCC; }

 p { color: rgb(214,92,204); }

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

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

 a { background-color: rgb(214,92,204); }

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

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

 span { border-color: rgb(214,92,204); }

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