Html Css Color HEX #D855B5 Fuchsia

📋 copy color: '#D855B5'

red 216 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #D855B5

Tints of Fuchsia #D855B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.55%

R = 44.81%
G = 17.63%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D855B5 (or 0xD855B5) is known color: Fuchsia. HEX triplet: D8, 55 and B5. RGB value is (216,85,181). Sum of RGB (Red+Green+Blue) = 216+85+181=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D855B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855B5 is #27AA4A. Grayscale: #868686. Windows color (decimal): -2599499 or 11883992. OLE color: 11883992.

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

Color convert

RGB 216 85 181 -
CMYK 0 0.61 0.16 0.15
HSL 316.03º 0.63% 0.59% -
HSV(B) 316.03º 0.61% 0.85% -
XYZ 39.91 24.43 46.33 -
YUV 135.11 153.9 185.69 -
System Red Green Blue C M Y K H S L
Decimal 216 85 181 0 0.61 0.16 0.15 316.03 0.63 0.59
Hex D8 55 B5 0 3D 10 F 13C 3F 3B
Octal 330 125 265 0 75 20 17 474 77 73
Binary 11011000 1010101 10110101 0 111101 10000 1111 100111100 111111 111011

Color Harmonies of #D855B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855B5

Black with #D855B5

Text Example


Text Example

White with #D855B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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