Html Css Color HEX #D855B1 Fuchsia

📋 copy color: '#D855B1'

red 216 ◦ green 85 ◦ blue 177

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

Shades of Fuchsia #D855B1

Tints of Fuchsia #D855B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.03%

R = 45.19%
G = 17.78%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D855B1 (or 0xD855B1) is known color: Fuchsia. HEX triplet: D8, 55 and B1. RGB value is (216,85,177). Sum of RGB (Red+Green+Blue) = 216+85+177=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D855B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D855B1 is #27AA4E. Grayscale: #868686. Windows color (decimal): -2599503 or 11621848. OLE color: 11621848.

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

Color convert

RGB 216 85 177 -
CMYK 0 0.61 0.18 0.15
HSL 317.86º 0.63% 0.59% -
HSV(B) 317.86º 0.61% 0.85% -
XYZ 39.5 24.27 44.2 -
YUV 134.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 216 85 177 0 0.61 0.18 0.15 317.86 0.63 0.59
Hex D8 55 B1 0 3D 12 F 13E 3F 3B
Octal 330 125 261 0 75 22 17 476 77 73
Binary 11011000 1010101 10110001 0 111101 10010 1111 100111110 111111 111011

Color Harmonies of #D855B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855B1

Black with #D855B1

Text Example


Text Example

White with #D855B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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