Html Css Color HEX #D655EF Free Speech Magenta

📋 copy color: '#D655EF'

red 214 ◦ green 85 ◦ blue 239

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

Shades of Free Speech Magenta #D655EF

Tints of Free Speech Magenta #D655EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 39.78%
G = 15.8%
B = 44.42%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D655EF (or 0xD655EF) is known color: Free Speech Magenta. HEX triplet: D6, 55 and EF. RGB value is (214,85,239). Sum of RGB (Red+Green+Blue) = 214+85+239=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #D655EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655EF is #29AA10. Grayscale: #8C8C8C. Windows color (decimal): -2730513 or 15685078. OLE color: 15685078.

HSL color Cylindrical-coordinate representation of color #D655EF: hue angle of 290.26º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D655EF is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 85 239 -
CMYK 0.10 0.64 0 0.06
HSL 290.26º 0.83% 0.64% -
HSV(B) 290.26º 0.64% 0.94% -
XYZ 46.56 27.03 84.42 -
YUV 141.13 183.24 179.98 -
System Red Green Blue C M Y K H S L
Decimal 214 85 239 0.10 0.64 0 0.06 290.26 0.83 0.64
Hex D6 55 EF A 40 0 6 122 53 40
Octal 326 125 357 12 100 0 6 442 123 100
Binary 11010110 1010101 11101111 1010 1000000 0 110 100100010 1010011 1000000

Color Harmonies of #D655EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655EF

Black with #D655EF

Text Example


Text Example

White with #D655EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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