Html Css Color HEX #D846B9 Fuchsia

📋 copy color: '#D846B9'

red 216 ◦ green 70 ◦ blue 185

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

Shades of Fuchsia #D846B9

Tints of Fuchsia #D846B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 45.86%
G = 14.86%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D846B9 (or 0xD846B9) is known color: Fuchsia. HEX triplet: D8, 46 and B9. RGB value is (216,70,185). Sum of RGB (Red+Green+Blue) = 216+70+185=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D846B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D846B9 is #27B946. Grayscale: #7E7E7E. Windows color (decimal): -2603335 or 12142296. OLE color: 12142296.

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

Color convert

RGB 216 70 185 -
CMYK 0 0.68 0.14 0.15
HSL 312.74º 0.65% 0.56% -
HSV(B) 312.74º 0.68% 0.85% -
XYZ 39.27 22.48 48.17 -
YUV 126.76 160.87 191.65 -
System Red Green Blue C M Y K H S L
Decimal 216 70 185 0 0.68 0.14 0.15 312.74 0.65 0.56
Hex D8 46 B9 0 44 E F 139 41 38
Octal 330 106 271 0 104 16 17 471 101 70
Binary 11011000 1000110 10111001 0 1000100 1110 1111 100111001 1000001 111000

Color Harmonies of #D846B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D846B9

Black with #D846B9

Text Example


Text Example

White with #D846B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D846B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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