Html Css Color HEX #D861B9 Fuchsia

📋 copy color: '#D861B9'

red 216 ◦ green 97 ◦ blue 185

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

Shades of Fuchsia #D861B9

Tints of Fuchsia #D861B9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.48%

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

R = 43.37%
G = 19.48%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D861B9 (or 0xD861B9) is known color: Fuchsia. HEX triplet: D8, 61 and B9. RGB value is (216,97,185). Sum of RGB (Red+Green+Blue) = 216+97+185=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D861B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861B9 is #279E46. Grayscale: #8E8E8E. Windows color (decimal): -2596423 or 12149208. OLE color: 12149208.

HSL color Cylindrical-coordinate representation of color #D861B9: hue angle of 315.63º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D861B9 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 97 185 -
CMYK 0 0.55 0.14 0.15
HSL 315.63º 0.6% 0.61% -
HSV(B) 315.63º 0.55% 0.85% -
XYZ 41.35 26.65 48.86 -
YUV 142.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 216 97 185 0 0.55 0.14 0.15 315.63 0.6 0.61
Hex D8 61 B9 0 37 E F 13C 3C 3D
Octal 330 141 271 0 67 16 17 474 74 75
Binary 11011000 1100001 10111001 0 110111 1110 1111 100111100 111100 111101

Color Harmonies of #D861B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D861B9

Black with #D861B9

Text Example


Text Example

White with #D861B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D861B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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