Html Css Color HEX #D860B9 Fuchsia

📋 copy color: '#D860B9'

red 216 ◦ green 96 ◦ blue 185

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

Shades of Fuchsia #D860B9

Tints of Fuchsia #D860B9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.32%

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

R = 43.46%
G = 19.32%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D860B9 (or 0xD860B9) is known color: Fuchsia. HEX triplet: D8, 60 and B9. RGB value is (216,96,185). Sum of RGB (Red+Green+Blue) = 216+96+185=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D860B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D860B9 is #279F46. Grayscale: #8D8D8D. Windows color (decimal): -2596679 or 12148952. OLE color: 12148952.

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

Color convert

RGB 216 96 185 -
CMYK 0 0.56 0.14 0.15
HSL 315.5º 0.61% 0.61% -
HSV(B) 315.5º 0.56% 0.85% -
XYZ 41.26 26.47 48.83 -
YUV 142.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 216 96 185 0 0.56 0.14 0.15 315.5 0.61 0.61
Hex D8 60 B9 0 38 E F 13C 3D 3D
Octal 330 140 271 0 70 16 17 474 75 75
Binary 11011000 1100000 10111001 0 111000 1110 1111 100111100 111101 111101

Color Harmonies of #D860B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D860B9

Black with #D860B9

Text Example


Text Example

White with #D860B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D860B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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