#D35CD1

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

Shades of Free Speech Magenta #D35CD1

Tints of Free Speech Magenta #D35CD1

Color information

#D35CD1 (or 0xD35CD1) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5C and D1. RGB value is (211,92,209). Sum of RGB (Red+Green+Blue) = 211+92+209=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D35CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35CD1 is #2CA32E. Grayscale: #8C8C8C. Windows color (decimal): -2925359 or 13720787. OLE color: 13720787.

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

Color convert

RGB21192209-
CMYK00.560.010.17
HSL301.01º57.49%59.41%-
HSV(B)301.01º56.4%82.75%-
XYZ42.226.1163.14-
YUV140.92166.42177.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.21%
GREEN value IS 92 (36.33% from 255) = 17.97%
BLUE value IS 209 (82.03% from 255) = 40.82%
R=41.21%
G=17.97%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119220900.560.010.17301.0157.4959.41
HexD35CD103811112d393b
Octal3231343210701214557173
Binary110100111011100110100010111000110001100101101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35CD1; }

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

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

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

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

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

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

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

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