Html Css Color HEX #D855C6 Free Speech Magenta

📋 copy color: '#D855C6'

red 216 ◦ green 85 ◦ blue 198

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

Shades of Free Speech Magenta #D855C6

Tints of Free Speech Magenta #D855C6

RGB

 RED value IS 216 (84.77% from 255) = 43.29%

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

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

R = 43.29%
G = 17.03%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D855C6 (or 0xD855C6) is known color: Free Speech Magenta. HEX triplet: D8, 55 and C6. RGB value is (216,85,198). Sum of RGB (Red+Green+Blue) = 216+85+198=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D855C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855C6 is #27AA39. Grayscale: #888888. Windows color (decimal): -2599482 or 12998104. OLE color: 12998104.

HSL color Cylindrical-coordinate representation of color #D855C6: hue angle of 308.24º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D855C6 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 198 -
CMYK 0 0.61 0.08 0.15
HSL 308.24º 0.63% 0.59% -
HSV(B) 308.24º 0.61% 0.85% -
XYZ 41.76 25.17 56.08 -
YUV 137.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 216 85 198 0 0.61 0.08 0.15 308.24 0.63 0.59
Hex D8 55 C6 0 3D 8 F 134 3F 3B
Octal 330 125 306 0 75 10 17 464 77 73
Binary 11011000 1010101 11000110 0 111101 1000 1111 100110100 111111 111011

Color Harmonies of #D855C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855C6

Black with #D855C6

Text Example


Text Example

White with #D855C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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