#d65ceb

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

Shades of Free Speech Magenta #D65CEB

Tints of Free Speech Magenta #D65CEB

Color information

#D65CEB (or 0xD65CEB) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5C and EB. RGB value is (214,92,235). Sum of RGB (Red+Green+Blue) = 214+92+235=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 92 (36.33% from 255 or 17.01% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #D65CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65CEB is #29A314. Grayscale: #909090. Windows color (decimal): -2728725 or 15424726. OLE color: 15424726.

HSL color Cylindrical-coordinate representation of color #D65CEB: hue angle of 291.19º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65CEB is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21492235-
CMYK0.090.6100.08
HSL291.19º78.14%64.12%-
HSV(B)291.19º60.85%92.16%-
XYZ46.5527.9581.54-
YUV144.78178.92177.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 92 (36.33% from 255) = 17.01%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=39.56%
G=17.01%
B=43.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal214922350.090.6100.08291.1978.1464.12
HexD65CEB93D081234e40
Octal3261343531175010443116100
Binary1101011010111001110101110011111010100010010001110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d65ceb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d65ceb; }

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

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

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

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

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

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

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

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