#D65FD0

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

Shades of Free Speech Magenta #D65FD0

Tints of Free Speech Magenta #D65FD0

Color information

#D65FD0 (or 0xD65FD0) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5F and D0. RGB value is (214,95,208). Sum of RGB (Red+Green+Blue) = 214+95+208=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FD0 is #29A02F. Grayscale: #8F8F8F. Windows color (decimal): -2727984 or 13656022. OLE color: 13656022.

HSL color Cylindrical-coordinate representation of color #D65FD0: hue angle of 303.03º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65FD0 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB21495208-
CMYK00.560.030.16
HSL303.03º59.2%60.59%-
HSV(B)303.03º55.61%83.92%-
XYZ43.2127.0362.62-
YUV143.46164.42178.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 95 (37.5% from 255) = 18.38%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=41.39%
G=18.38%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149520800.560.030.16303.0359.260.59
HexD65FD003831012f3b3d
Octal3261373200703204577375
Binary1101011010111111101000001110001110000100101111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65FD0; }

 p { color: rgb(214,95,208); }

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

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

 a { background-color: rgb(214,95,208); }

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

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

 span { border-color: rgb(214,95,208); }

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