Html Css Color HEX #D655C6 Free Speech Magenta

📋 copy color: '#D655C6'

red 214 ◦ green 85 ◦ blue 198

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

Shades of Free Speech Magenta #D655C6

Tints of Free Speech Magenta #D655C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.84%

R = 43.06%
G = 17.1%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D655C6 (or 0xD655C6) is known color: Free Speech Magenta. HEX triplet: D6, 55 and C6. RGB value is (214,85,198). Sum of RGB (Red+Green+Blue) = 214+85+198=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D655C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655C6 is #29AA39. Grayscale: #888888. Windows color (decimal): -2730554 or 12998102. OLE color: 12998102.

HSL color Cylindrical-coordinate representation of color #D655C6: hue angle of 307.44º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D655C6 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 198 -
CMYK 0 0.60 0.07 0.16
HSL 307.44º 0.61% 0.59% -
HSV(B) 307.44º 0.6% 0.84% -
XYZ 41.17 24.87 56.06 -
YUV 136.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 214 85 198 0 0.60 0.07 0.16 307.44 0.61 0.59
Hex D6 55 C6 0 3C 7 10 133 3D 3B
Octal 326 125 306 0 74 7 20 463 75 73
Binary 11010110 1010101 11000110 0 111100 111 10000 100110011 111101 111011

Color Harmonies of #D655C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655C6

Black with #D655C6

Text Example


Text Example

White with #D655C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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