Html Css Color HEX #D855B6 Fuchsia

📋 copy color: '#D855B6'

red 216 ◦ green 85 ◦ blue 182

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

Shades of Fuchsia #D855B6

Tints of Fuchsia #D855B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.68%

R = 44.72%
G = 17.6%
B = 37.68%

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

#D855B6 (or 0xD855B6) is known color: Fuchsia. HEX triplet: D8, 55 and B6. RGB value is (216,85,182). Sum of RGB (Red+Green+Blue) = 216+85+182=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D855B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855B6 is #27AA49. Grayscale: #868686. Windows color (decimal): -2599498 or 11949528. OLE color: 11949528.

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

Color convert

RGB 216 85 182 -
CMYK 0 0.61 0.16 0.15
HSL 315.57º 0.63% 0.59% -
HSV(B) 315.57º 0.61% 0.85% -
XYZ 40.01 24.47 46.87 -
YUV 135.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 216 85 182 0 0.61 0.16 0.15 315.57 0.63 0.59
Hex D8 55 B6 0 3D 10 F 13C 3F 3B
Octal 330 125 266 0 75 20 17 474 77 73
Binary 11011000 1010101 10110110 0 111101 10000 1111 100111100 111111 111011

Color Harmonies of #D855B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855B6

Black with #D855B6

Text Example


Text Example

White with #D855B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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