Html Css Color HEX #D860B4 Fuchsia

📋 copy color: '#D860B4'

red 216 ◦ green 96 ◦ blue 180

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

Shades of Fuchsia #D860B4

Tints of Fuchsia #D860B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.59%

R = 43.9%
G = 19.51%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D860B4 (or 0xD860B4) is known color: Fuchsia. HEX triplet: D8, 60 and B4. RGB value is (216,96,180). Sum of RGB (Red+Green+Blue) = 216+96+180=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D860B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D860B4 is #279F4B. Grayscale: #8D8D8D. Windows color (decimal): -2596684 or 11821272. OLE color: 11821272.

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

Color convert

RGB 216 96 180 -
CMYK 0 0.56 0.17 0.15
HSL 318º 0.61% 0.61% -
HSV(B) 318º 0.56% 0.85% -
XYZ 40.74 26.26 46.1 -
YUV 141.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 216 96 180 0 0.56 0.17 0.15 318 0.61 0.61
Hex D8 60 B4 0 38 11 F 13E 3D 3D
Octal 330 140 264 0 70 21 17 476 75 75
Binary 11011000 1100000 10110100 0 111000 10001 1111 100111110 111101 111101

Color Harmonies of #D860B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D860B4

Black with #D860B4

Text Example


Text Example

White with #D860B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D860B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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