#D35CE1

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

Shades of Free Speech Magenta #D35CE1

Tints of Free Speech Magenta #D35CE1

Color information

#D35CE1 (or 0xD35CE1) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5C and E1. RGB value is (211,92,225). Sum of RGB (Red+Green+Blue) = 211+92+225=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #D35CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35CE1 is #2CA31E. Grayscale: #8E8E8E. Windows color (decimal): -2925343 or 14769363. OLE color: 14769363.

HSL color Cylindrical-coordinate representation of color #D35CE1: hue angle of 293.68º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35CE1 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21192225-
CMYK0.060.5900.12
HSL293.68º68.91%62.16%-
HSV(B)293.68º59.11%88.24%-
XYZ44.2826.9474.1-
YUV142.74174.42176.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.96%
GREEN value IS 92 (36.33% from 255) = 17.42%
BLUE value IS 225 (88.28% from 255) = 42.61%
R=39.96%
G=17.42%
B=42.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal211922250.060.5900.12293.6868.9162.16
HexD35CE163B0C126453e
Octal32313434167301444610576
Binary11010011101110011100001110111011011001001001101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35CE1; }

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

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

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

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

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

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

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

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