Html Css Color HEX #D861B8 Fuchsia

📋 copy color: '#D861B8'

red 216 ◦ green 97 ◦ blue 184

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

Shades of Fuchsia #D861B8

Tints of Fuchsia #D861B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.02%

R = 43.46%
G = 19.52%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D861B8 (or 0xD861B8) is known color: Fuchsia. HEX triplet: D8, 61 and B8. RGB value is (216,97,184). Sum of RGB (Red+Green+Blue) = 216+97+184=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D861B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861B8 is #279E47. Grayscale: #8E8E8E. Windows color (decimal): -2596424 or 12083672. OLE color: 12083672.

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

Color convert

RGB 216 97 184 -
CMYK 0 0.55 0.15 0.15
HSL 316.13º 0.6% 0.61% -
HSV(B) 316.13º 0.55% 0.85% -
XYZ 41.25 26.61 48.31 -
YUV 142.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 216 97 184 0 0.55 0.15 0.15 316.13 0.6 0.61
Hex D8 61 B8 0 37 F F 13C 3C 3D
Octal 330 141 270 0 67 17 17 474 74 75
Binary 11011000 1100001 10111000 0 110111 1111 1111 100111100 111100 111101

Color Harmonies of #D861B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D861B8

Black with #D861B8

Text Example


Text Example

White with #D861B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D861B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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