#D33CD7

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

Shades of Free Speech Magenta #D33CD7

Tints of Free Speech Magenta #D33CD7

Color information

#D33CD7 (or 0xD33CD7) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 3C and D7. RGB value is (211,60,215). Sum of RGB (Red+Green+Blue) = 211+60+215=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #D33CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33CD7 is #2CC328. Grayscale: #7A7A7A. Windows color (decimal): -2933545 or 14105811. OLE color: 14105811.

HSL color Cylindrical-coordinate representation of color #D33CD7: hue angle of 298.45º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33CD7 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21160215-
CMYK0.020.7200.16
HSL298.45º65.96%53.92%-
HSV(B)298.45º72.09%84.31%-
XYZ40.7521.9966.39-
YUV122.82180.03190.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.42%
GREEN value IS 60 (23.83% from 255) = 12.35%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=43.42%
G=12.35%
B=44.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211602150.020.7200.16298.4565.9653.92
HexD33CD724801012a4236
Octal32374327211002045210266
Binary11010011111100110101111010010000100001001010101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33CD7; }

 p { color: rgb(211,60,215); }

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

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

 a { background-color: rgb(211,60,215); }

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

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

 span { border-color: rgb(211,60,215); }

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