#D65DC8

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

Shades of Free Speech Magenta #D65DC8

Tints of Free Speech Magenta #D65DC8

Color information

#D65DC8 (or 0xD65DC8) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5D and C8. RGB value is (214,93,200). Sum of RGB (Red+Green+Blue) = 214+93+200=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DC8 is #29A237. Grayscale: #8D8D8D. Windows color (decimal): -2728504 or 13131222. OLE color: 13131222.

HSL color Cylindrical-coordinate representation of color #D65DC8: hue angle of 306.94º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65DC8 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB21493200-
CMYK00.570.070.16
HSL306.94º59.61%60.2%-
HSV(B)306.94º56.54%83.92%-
XYZ42.0726.2957.5-
YUV141.38161.09179.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 93 (36.72% from 255) = 18.34%
BLUE value IS 200 (78.52% from 255) = 39.45%
R=42.21%
G=18.34%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149320000.570.070.16306.9459.6160.2
HexD65DC80397101333c3c
Octal3261353100717204637474
Binary11010110101110111001000011100111110000100110011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65DC8; }

 p { color: rgb(214,93,200); }

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

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

 a { background-color: rgb(214,93,200); }

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

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

 span { border-color: rgb(214,93,200); }

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