Html Css Color HEX #D861B7 Fuchsia

📋 copy color: '#D861B7'

red 216 ◦ green 97 ◦ blue 183

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

Shades of Fuchsia #D861B7

Tints of Fuchsia #D861B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.9%

R = 43.55%
G = 19.56%
B = 36.9%

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

#D861B7 (or 0xD861B7) is known color: Fuchsia. HEX triplet: D8, 61 and B7. RGB value is (216,97,183). Sum of RGB (Red+Green+Blue) = 216+97+183=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D861B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861B7 is #279E48. Grayscale: #8E8E8E. Windows color (decimal): -2596425 or 12018136. OLE color: 12018136.

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

Color convert

RGB 216 97 183 -
CMYK 0 0.55 0.15 0.15
HSL 316.64º 0.6% 0.61% -
HSV(B) 316.64º 0.55% 0.85% -
XYZ 41.14 26.57 47.76 -
YUV 142.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 216 97 183 0 0.55 0.15 0.15 316.64 0.6 0.61
Hex D8 61 B7 0 37 F F 13D 3C 3D
Octal 330 141 267 0 67 17 17 475 74 75
Binary 11011000 1100001 10110111 0 110111 1111 1111 100111101 111100 111101

Color Harmonies of #D861B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D861B7

Black with #D861B7

Text Example


Text Example

White with #D861B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D861B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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