Html Css Color HEX #D655EB Free Speech Magenta

📋 copy color: '#D655EB'

red 214 ◦ green 85 ◦ blue 235

#D655EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D655EB

Tints of Free Speech Magenta #D655EB

RGB

 RED value IS 214 (83.98% from 255) = 40.07%

 GREEN value IS 85 (33.59% from 255) = 15.92%

 BLUE value IS 235 (92.19% from 255) = 44.01%

R = 40.07%
G = 15.92%
B = 44.01%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D655EB (or 0xD655EB) is known color: Free Speech Magenta. HEX triplet: D6, 55 and EB. RGB value is (214,85,235). Sum of RGB (Red+Green+Blue) = 214+85+235=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #D655EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655EB is #29AA14. Grayscale: #8C8C8C. Windows color (decimal): -2730517 or 15422934. OLE color: 15422934.

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

Color convert

RGB 214 85 235 -
CMYK 0.09 0.64 0 0.08
HSL 291.6º 0.79% 0.63% -
HSV(B) 291.6º 0.64% 0.92% -
XYZ 45.98 26.79 81.35 -
YUV 140.67 181.24 180.3 -
System Red Green Blue C M Y K H S L
Decimal 214 85 235 0.09 0.64 0 0.08 291.6 0.79 0.63
Hex D6 55 EB 9 40 0 8 124 4F 3F
Octal 326 125 353 11 100 0 10 444 117 77
Binary 11010110 1010101 11101011 1001 1000000 0 1000 100100100 1001111 111111

Color Harmonies of #D655EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655EB

Black with #D655EB

Text Example


Text Example

White with #D655EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655EB; }

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

 H1.HeaderClassName
 {
   color: #D655EB;
 }
 .AnyTagClassName
 {
   color: #D655EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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