Html Css Color HEX #D855B2 Fuchsia

📋 copy color: '#D855B2'

red 216 ◦ green 85 ◦ blue 178

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

Shades of Fuchsia #D855B2

Tints of Fuchsia #D855B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.16%

R = 45.09%
G = 17.75%
B = 37.16%

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

#D855B2 (or 0xD855B2) is known color: Fuchsia. HEX triplet: D8, 55 and B2. RGB value is (216,85,178). Sum of RGB (Red+Green+Blue) = 216+85+178=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D855B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D855B2 is #27AA4D. Grayscale: #868686. Windows color (decimal): -2599502 or 11687384. OLE color: 11687384.

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

Color convert

RGB 216 85 178 -
CMYK 0 0.61 0.18 0.15
HSL 317.4º 0.63% 0.59% -
HSV(B) 317.4º 0.61% 0.85% -
XYZ 39.6 24.31 44.72 -
YUV 134.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 216 85 178 0 0.61 0.18 0.15 317.4 0.63 0.59
Hex D8 55 B2 0 3D 12 F 13D 3F 3B
Octal 330 125 262 0 75 22 17 475 77 73
Binary 11011000 1010101 10110010 0 111101 10010 1111 100111101 111111 111011

Color Harmonies of #D855B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855B2

Black with #D855B2

Text Example


Text Example

White with #D855B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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