#D952E7

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

Shades of Free Speech Magenta #D952E7

Tints of Free Speech Magenta #D952E7

Color information

#D952E7 (or 0xD952E7) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 52 and E7. RGB value is (217,82,231). Sum of RGB (Red+Green+Blue) = 217+82+231=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #D952E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D952E7 is #26AD18. Grayscale: #8A8A8A. Windows color (decimal): -2534681 or 15160025. OLE color: 15160025.

HSL color Cylindrical-coordinate representation of color #D952E7: hue angle of 294.36º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D952E7 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21782231-
CMYK0.060.6500.09
HSL294.36º75.63%61.37%-
HSV(B)294.36º64.5%90.59%-
XYZ46.0626.5678.3-
YUV139.35179.73183.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 82 (32.42% from 255) = 15.47%
BLUE value IS 231 (90.62% from 255) = 43.58%
R=40.94%
G=15.47%
B=43.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal217822310.060.6500.09294.3675.6361.37
HexD952E7641091264c3d
Octal331122347610101144611475
Binary110110011010010111001111101000001010011001001101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D952E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D952E7; }

 p { color: rgb(217,82,231); }

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

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

 a { background-color: rgb(217,82,231); }

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

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

 span { border-color: rgb(217,82,231); }

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