Html Css Color HEX #D846B1 Fuchsia

📋 copy color: '#D846B1'

red 216 ◦ green 70 ◦ blue 177

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

Shades of Fuchsia #D846B1

Tints of Fuchsia #D846B1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.12%

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

R = 46.65%
G = 15.12%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D846B1 (or 0xD846B1) is known color: Fuchsia. HEX triplet: D8, 46 and B1. RGB value is (216,70,177). Sum of RGB (Red+Green+Blue) = 216+70+177=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D846B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D846B1 is #27B94E. Grayscale: #7D7D7D. Windows color (decimal): -2603343 or 11618008. OLE color: 11618008.

HSL color Cylindrical-coordinate representation of color #D846B1: hue angle of 316.03º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D846B1 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 70 177 -
CMYK 0 0.68 0.18 0.15
HSL 316.03º 0.65% 0.56% -
HSV(B) 316.03º 0.68% 0.85% -
XYZ 38.44 22.15 43.84 -
YUV 125.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 216 70 177 0 0.68 0.18 0.15 316.03 0.65 0.56
Hex D8 46 B1 0 44 12 F 13C 41 38
Octal 330 106 261 0 104 22 17 474 101 70
Binary 11011000 1000110 10110001 0 1000100 10010 1111 100111100 1000001 111000

Color Harmonies of #D846B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D846B1

Black with #D846B1

Text Example


Text Example

White with #D846B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D846B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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