#D65CC5

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

Shades of Free Speech Magenta #D65CC5

Tints of Free Speech Magenta #D65CC5

Color information

#D65CC5 (or 0xD65CC5) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5C and C5. RGB value is (214,92,197). Sum of RGB (Red+Green+Blue) = 214+92+197=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CC5 is #29A33A. Grayscale: #8C8C8C. Windows color (decimal): -2728763 or 12934358. OLE color: 12934358.

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

Color convert

RGB21492197-
CMYK00.570.080.16
HSL308.36º59.8%60%-
HSV(B)308.36º57.01%83.92%-
XYZ41.6425.9855.64-
YUV140.45159.92180.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 92 (36.33% from 255) = 18.29%
BLUE value IS 197 (77.34% from 255) = 39.17%
R=42.54%
G=18.29%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149219700.570.080.16308.3659.860
HexD65CC50398101343c3c
Octal32613430507110204647474
Binary110101101011100110001010111001100010000100110100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CC5; }

 p { color: rgb(214,92,197); }

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

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

 a { background-color: rgb(214,92,197); }

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

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

 span { border-color: rgb(214,92,197); }

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