Html Css Color HEX #D846B0 Fuchsia

📋 copy color: '#D846B0'

red 216 ◦ green 70 ◦ blue 176

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

Shades of Fuchsia #D846B0

Tints of Fuchsia #D846B0

RGB

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

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

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

R = 46.75%
G = 15.15%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D846B0 (or 0xD846B0) is known color: Fuchsia. HEX triplet: D8, 46 and B0. RGB value is (216,70,176). Sum of RGB (Red+Green+Blue) = 216+70+176=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D846B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D846B0 is #27B94F. Grayscale: #7D7D7D. Windows color (decimal): -2603344 or 11552472. OLE color: 11552472.

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

Color convert

RGB 216 70 176 -
CMYK 0 0.68 0.19 0.15
HSL 316.44º 0.65% 0.56% -
HSV(B) 316.44º 0.68% 0.85% -
XYZ 38.35 22.11 43.32 -
YUV 125.74 156.37 192.38 -
System Red Green Blue C M Y K H S L
Decimal 216 70 176 0 0.68 0.19 0.15 316.44 0.65 0.56
Hex D8 46 B0 0 44 13 F 13C 41 38
Octal 330 106 260 0 104 23 17 474 101 70
Binary 11011000 1000110 10110000 0 1000100 10011 1111 100111100 1000001 111000

Color Harmonies of #D846B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D846B0

Black with #D846B0

Text Example


Text Example

White with #D846B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D846B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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