#d65fd1

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

Shades of Free Speech Magenta #D65FD1

Tints of Free Speech Magenta #D65FD1

Color information

#D65FD1 (or 0xD65FD1) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5F and D1. RGB value is (214,95,209). Sum of RGB (Red+Green+Blue) = 214+95+209=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FD1 is #29A02E. Grayscale: #8F8F8F. Windows color (decimal): -2727983 or 13721558. OLE color: 13721558.

HSL color Cylindrical-coordinate representation of color #D65FD1: hue angle of 302.52º 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 #D65FD1 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB21495209-
CMYK00.560.020.16
HSL302.52º59.2%60.59%-
HSV(B)302.52º55.61%83.92%-
XYZ43.3327.0863.27-
YUV143.58164.92178.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 95 (37.5% from 255) = 18.34%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=41.31%
G=18.34%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149520900.560.020.16302.5259.260.59
HexD65FD103821012f3b3d
Octal3261373210702204577375
Binary1101011010111111101000101110001010000100101111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d65fd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d65fd1; }

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

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

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

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

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

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

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

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