#D652DD

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

Shades of Free Speech Magenta #D652DD

Tints of Free Speech Magenta #D652DD

Color information

#D652DD (or 0xD652DD) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 52 and DD. RGB value is (214,82,221). Sum of RGB (Red+Green+Blue) = 214+82+221=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #D652DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D652DD is #29AD22. Grayscale: #888888. Windows color (decimal): -2731299 or 14504662. OLE color: 14504662.

HSL color Cylindrical-coordinate representation of color #D652DD: hue angle of 296.98º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D652DD is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21482221-
CMYK0.030.6300.13
HSL296.98º67.15%59.41%-
HSV(B)296.98º62.9%86.67%-
XYZ43.825.5571.03-
YUV137.31175.23182.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 82 (32.42% from 255) = 15.86%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=41.39%
G=15.86%
B=42.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214822210.030.6300.13296.9867.1559.41
HexD652DD33F0D129433b
Octal32612233537701545110373
Binary1101011010100101101110111111111011011001010011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D652DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D652DD; }

 p { color: rgb(214,82,221); }

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

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

 a { background-color: rgb(214,82,221); }

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

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

 span { border-color: rgb(214,82,221); }

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