#D35CCE

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

Shades of Free Speech Magenta #D35CCE

Tints of Free Speech Magenta #D35CCE

Color information

#D35CCE (or 0xD35CCE) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5C and CE. RGB value is (211,92,206). Sum of RGB (Red+Green+Blue) = 211+92+206=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 211 - color contains mainly: red. Hex color #D35CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35CCE is #2CA331. Grayscale: #8C8C8C. Windows color (decimal): -2925362 or 13524179. OLE color: 13524179.

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

Color convert

RGB21192206-
CMYK00.560.020.17
HSL302.52º57.49%59.41%-
HSV(B)302.52º56.4%82.75%-
XYZ41.8325.9661.2-
YUV140.58164.92178.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.45%
GREEN value IS 92 (36.33% from 255) = 18.07%
BLUE value IS 206 (80.86% from 255) = 40.47%
R=41.45%
G=18.07%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119220600.560.020.17302.5257.4959.41
HexD35CCE03821112f393b
Octal3231343160702214577173
Binary1101001110111001100111001110001010001100101111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35CCE; }

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

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

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

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

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

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

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

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