Html Css Color HEX #D863B2 Fuchsia

📋 copy color: '#D863B2'

red 216 ◦ green 99 ◦ blue 178

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

Shades of Fuchsia #D863B2

Tints of Fuchsia #D863B2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.08%

 BLUE value IS 178 (69.92% from 255) = 36.11%

R = 43.81%
G = 20.08%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D863B2 (or 0xD863B2) is known color: Fuchsia. HEX triplet: D8, 63 and B2. RGB value is (216,99,178). Sum of RGB (Red+Green+Blue) = 216+99+178=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D863B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D863B2 is #279C4D. Grayscale: #8E8E8E. Windows color (decimal): -2595918 or 11690968. OLE color: 11690968.

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

Color convert

RGB 216 99 178 -
CMYK 0 0.54 0.18 0.15
HSL 319.49º 0.6% 0.62% -
HSV(B) 319.49º 0.54% 0.85% -
XYZ 40.82 26.74 45.13 -
YUV 142.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 216 99 178 0 0.54 0.18 0.15 319.49 0.6 0.62
Hex D8 63 B2 0 36 12 F 13F 3C 3E
Octal 330 143 262 0 66 22 17 477 74 76
Binary 11011000 1100011 10110010 0 110110 10010 1111 100111111 111100 111110

Color Harmonies of #D863B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D863B2

Black with #D863B2

Text Example


Text Example

White with #D863B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D863B2; }

 p { color: rgb(216,99,178); }

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

background-color css

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

 a { background-color: rgb(216,99,178); }

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

border-color css

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

 span { border-color: rgb(216,99,178); }

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