#D962BB

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

Shades of Free Speech Magenta #D962BB

Tints of Free Speech Magenta #D962BB

Color information

#D962BB (or 0xD962BB) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 62 and BB. RGB value is (217,98,187). Sum of RGB (Red+Green+Blue) = 217+98+187=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D962BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962BB is #269D44. Grayscale: #8F8F8F. Windows color (decimal): -2530629 or 12280537. OLE color: 12280537.

HSL color Cylindrical-coordinate representation of color #D962BB: hue angle of 315.13º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D962BB is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB21798187-
CMYK00.550.140.15
HSL315.13º61.03%61.76%-
HSV(B)315.13º54.84%85.1%-
XYZ41.9527.0750.03-
YUV143.73152.42180.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.23%
GREEN value IS 98 (38.67% from 255) = 19.52%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=43.23%
G=19.52%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179818700.550.140.15315.1361.0361.76
HexD962BB037EF13b3d3e
Octal33114227306716174737576
Binary11011001110001010111011011011111101111100111011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D962BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D962BB; }

 p { color: rgb(217,98,187); }

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

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

 a { background-color: rgb(217,98,187); }

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

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

 span { border-color: rgb(217,98,187); }

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