Html Css Color HEX #D864B5 Fuchsia

📋 copy color: '#D864B5'

red 216 ◦ green 100 ◦ blue 181

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

Shades of Fuchsia #D864B5

Tints of Fuchsia #D864B5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.12%

 BLUE value IS 181 (71.09% from 255) = 36.42%

R = 43.46%
G = 20.12%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D864B5 (or 0xD864B5) is known color: Fuchsia. HEX triplet: D8, 64 and B5. RGB value is (216,100,181). Sum of RGB (Red+Green+Blue) = 216+100+181=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D864B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864B5 is #279B4A. Grayscale: #8F8F8F. Windows color (decimal): -2595659 or 11887832. OLE color: 11887832.

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

Color convert

RGB 216 100 181 -
CMYK 0 0.54 0.16 0.15
HSL 318.1º 0.6% 0.62% -
HSV(B) 318.1º 0.54% 0.85% -
XYZ 41.22 27.05 46.76 -
YUV 143.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 216 100 181 0 0.54 0.16 0.15 318.1 0.6 0.62
Hex D8 64 B5 0 36 10 F 13E 3C 3E
Octal 330 144 265 0 66 20 17 476 74 76
Binary 11011000 1100100 10110101 0 110110 10000 1111 100111110 111100 111110

Color Harmonies of #D864B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D864B5

Black with #D864B5

Text Example


Text Example

White with #D864B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D864B5; }

 p { color: rgb(216,100,181); }

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

background-color css

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

 a { background-color: rgb(216,100,181); }

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

border-color css

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

 span { border-color: rgb(216,100,181); }

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