Html Css Color HEX #D855C7 Free Speech Magenta

📋 copy color: '#D855C7'

red 216 ◦ green 85 ◦ blue 199

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

Shades of Free Speech Magenta #D855C7

Tints of Free Speech Magenta #D855C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.8%

R = 43.2%
G = 17%
B = 39.8%

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

#D855C7 (or 0xD855C7) is known color: Free Speech Magenta. HEX triplet: D8, 55 and C7. RGB value is (216,85,199). Sum of RGB (Red+Green+Blue) = 216+85+199=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D855C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855C7 is #27AA38. Grayscale: #888888. Windows color (decimal): -2599481 or 13063640. OLE color: 13063640.

HSL color Cylindrical-coordinate representation of color #D855C7: hue angle of 307.79º 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 #D855C7 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 199 -
CMYK 0 0.61 0.08 0.15
HSL 307.79º 0.63% 0.59% -
HSV(B) 307.79º 0.61% 0.85% -
XYZ 41.88 25.22 56.69 -
YUV 137.17 162.9 184.23 -
System Red Green Blue C M Y K H S L
Decimal 216 85 199 0 0.61 0.08 0.15 307.79 0.63 0.59
Hex D8 55 C7 0 3D 8 F 134 3F 3B
Octal 330 125 307 0 75 10 17 464 77 73
Binary 11011000 1010101 11000111 0 111101 1000 1111 100110100 111111 111011

Color Harmonies of #D855C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855C7

Black with #D855C7

Text Example


Text Example

White with #D855C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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