Html Css Color HEX #D855B0 Fuchsia

📋 copy color: '#D855B0'

red 216 ◦ green 85 ◦ blue 176

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

Shades of Fuchsia #D855B0

Tints of Fuchsia #D855B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.9%

R = 45.28%
G = 17.82%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D855B0 (or 0xD855B0) is known color: Fuchsia. HEX triplet: D8, 55 and B0. RGB value is (216,85,176). Sum of RGB (Red+Green+Blue) = 216+85+176=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D855B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D855B0 is #27AA4F. Grayscale: #868686. Windows color (decimal): -2599504 or 11556312. OLE color: 11556312.

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

Color convert

RGB 216 85 176 -
CMYK 0 0.61 0.19 0.15
HSL 318.32º 0.63% 0.59% -
HSV(B) 318.32º 0.61% 0.85% -
XYZ 39.4 24.23 43.67 -
YUV 134.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 216 85 176 0 0.61 0.19 0.15 318.32 0.63 0.59
Hex D8 55 B0 0 3D 13 F 13E 3F 3B
Octal 330 125 260 0 75 23 17 476 77 73
Binary 11011000 1010101 10110000 0 111101 10011 1111 100111110 111111 111011

Color Harmonies of #D855B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855B0

Black with #D855B0

Text Example


Text Example

White with #D855B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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