#D65CC7

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

Shades of Free Speech Magenta #D65CC7

Tints of Free Speech Magenta #D65CC7

Color information

#D65CC7 (or 0xD65CC7) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5C and C7. RGB value is (214,92,199). Sum of RGB (Red+Green+Blue) = 214+92+199=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CC7 is #29A338. Grayscale: #8C8C8C. Windows color (decimal): -2728761 or 13065430. OLE color: 13065430.

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

Color convert

RGB21492199-
CMYK00.570.070.16
HSL307.38º59.8%60%-
HSV(B)307.38º57.01%83.92%-
XYZ41.8726.0756.86-
YUV140.68160.92180.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 92 (36.33% from 255) = 18.22%
BLUE value IS 199 (78.12% from 255) = 39.41%
R=42.38%
G=18.22%
B=39.41%

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
Decimal2149219900.570.070.16307.3859.860
HexD65CC70397101333c3c
Octal3261343070717204637474
Binary11010110101110011000111011100111110000100110011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CC7; }

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

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

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

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

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

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

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

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