#D433DD

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

Shades of Free Speech Magenta #D433DD

Tints of Free Speech Magenta #D433DD

Color information

#D433DD (or 0xD433DD) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 33 and DD. RGB value is (212,51,221). Sum of RGB (Red+Green+Blue) = 212+51+221=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #D433DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D433DD is #2BCC22. Grayscale: #767676. Windows color (decimal): -2870307 or 14496724. OLE color: 14496724.

HSL color Cylindrical-coordinate representation of color #D433DD: hue angle of 296.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D433DD is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21251221-
CMYK0.040.7700.13
HSL296.82º71.43%53.33%-
HSV(B)296.82º76.92%86.67%-
XYZ41.3921.5970.39-
YUV118.52185.84194.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 51 (20.31% from 255) = 10.54%
BLUE value IS 221 (86.72% from 255) = 45.66%
R=43.80%
G=10.54%
B=45.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212512210.040.7700.13296.8271.4353.33
HexD433DD44D0D1294735
Octal32463335411501545110765
Binary11010100110011110111011001001101011011001010011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D433DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D433DD; }

 p { color: rgb(212,51,221); }

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

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

 a { background-color: rgb(212,51,221); }

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

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

 span { border-color: rgb(212,51,221); }

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