Html Css Color HEX #D655DF Free Speech Magenta

📋 copy color: '#D655DF'

red 214 ◦ green 85 ◦ blue 223

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

Shades of Free Speech Magenta #D655DF

Tints of Free Speech Magenta #D655DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 41%
G = 16.28%
B = 42.72%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D655DF (or 0xD655DF) is known color: Free Speech Magenta. HEX triplet: D6, 55 and DF. RGB value is (214,85,223). Sum of RGB (Red+Green+Blue) = 214+85+223=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #D655DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655DF is #29AA20. Grayscale: #8A8A8A. Windows color (decimal): -2730529 or 14636502. OLE color: 14636502.

HSL color Cylindrical-coordinate representation of color #D655DF: hue angle of 296.09º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D655DF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 85 223 -
CMYK 0.04 0.62 0 0.13
HSL 296.09º 0.68% 0.6% -
HSV(B) 296.09º 0.62% 0.87% -
XYZ 44.3 26.12 72.52 -
YUV 139.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 214 85 223 0.04 0.62 0 0.13 296.09 0.68 0.6
Hex D6 55 DF 4 3E 0 D 128 44 3C
Octal 326 125 337 4 76 0 15 450 104 74
Binary 11010110 1010101 11011111 100 111110 0 1101 100101000 1000100 111100

Color Harmonies of #D655DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655DF

Black with #D655DF

Text Example


Text Example

White with #D655DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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