#D65CCA

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

Shades of Free Speech Magenta #D65CCA

Tints of Free Speech Magenta #D65CCA

Color information

#D65CCA (or 0xD65CCA) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5C and CA. RGB value is (214,92,202). Sum of RGB (Red+Green+Blue) = 214+92+202=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CCA is #29A335. Grayscale: #8C8C8C. Windows color (decimal): -2728758 or 13262038. OLE color: 13262038.

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

Color convert

RGB21492202-
CMYK00.570.060.16
HSL305.9º59.8%60%-
HSV(B)305.9º57.01%83.92%-
XYZ42.2226.2158.71-
YUV141.02162.42180.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 92 (36.33% from 255) = 18.11%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=42.13%
G=18.11%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149220200.570.060.16305.959.860
HexD65CCA0396101323c3c
Octal3261343120716204627474
Binary11010110101110011001010011100111010000100110010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CCA; }

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

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

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

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

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

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

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

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