#D35CCC

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

Shades of Free Speech Magenta #D35CCC

Tints of Free Speech Magenta #D35CCC

Color information

#D35CCC (or 0xD35CCC) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5C and CC. RGB value is (211,92,204). Sum of RGB (Red+Green+Blue) = 211+92+204=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D35CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35CCC is #2CA333. Grayscale: #8C8C8C. Windows color (decimal): -2925364 or 13393107. OLE color: 13393107.

HSL color Cylindrical-coordinate representation of color #D35CCC: hue angle of 303.53º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35CCC is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB21192204-
CMYK00.560.030.17
HSL303.53º57.49%59.41%-
HSV(B)303.53º56.4%82.75%-
XYZ41.5925.8659.93-
YUV140.35163.92178.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.62%
GREEN value IS 92 (36.33% from 255) = 18.15%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=41.62%
G=18.15%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119220400.560.030.17303.5357.4959.41
HexD35CCC038311130393b
Octal3231343140703214607173
Binary1101001110111001100110001110001110001100110000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35CCC; }

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

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

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

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

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

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

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

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