#D642F7

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

Shades of Free Speech Magenta #D642F7

Tints of Free Speech Magenta #D642F7

Color information

#D642F7 (or 0xD642F7) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 42 and F7. RGB value is (214,66,247). Sum of RGB (Red+Green+Blue) = 214+66+247=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 66 (26.17% from 255 or 12.52% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #D642F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D642F7 is #29BD08. Grayscale: #828282. Windows color (decimal): -2735369 or 16204502. OLE color: 16204502.

HSL color Cylindrical-coordinate representation of color #D642F7: hue angle of 289.06º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D642F7 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21466247-
CMYK0.130.7300.03
HSL289.06º91.88%61.37%-
HSV(B)289.06º73.28%96.86%-
XYZ46.4724.9190.35-
YUV130.89193.53187.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 66 (26.17% from 255) = 12.52%
BLUE value IS 247 (96.88% from 255) = 46.87%
R=40.61%
G=12.52%
B=46.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal214662470.130.7300.03289.0691.8861.37
HexD642F7D49031215c3d
Octal326102367151110344113475
Binary11010110100001011110111110110010010111001000011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D642F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D642F7; }

 p { color: rgb(214,66,247); }

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

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

 a { background-color: rgb(214,66,247); }

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

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

 span { border-color: rgb(214,66,247); }

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