Html Css Color HEX #D84CB1 Fuchsia

📋 copy color: '#D84CB1'

red 216 ◦ green 76 ◦ blue 177

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

Shades of Fuchsia #D84CB1

Tints of Fuchsia #D84CB1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.2%

 BLUE value IS 177 (69.53% from 255) = 37.74%

R = 46.06%
G = 16.2%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D84CB1 (or 0xD84CB1) is known color: Fuchsia. HEX triplet: D8, 4C and B1. RGB value is (216,76,177). Sum of RGB (Red+Green+Blue) = 216+76+177=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84CB1 is #27B34E. Grayscale: #818181. Windows color (decimal): -2601807 or 11619544. OLE color: 11619544.

HSL color Cylindrical-coordinate representation of color #D84CB1: hue angle of 316.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84CB1 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 76 177 -
CMYK 0 0.65 0.18 0.15
HSL 316.71º 0.64% 0.57% -
HSV(B) 316.71º 0.65% 0.85% -
XYZ 38.84 22.94 43.98 -
YUV 129.37 154.88 189.79 -
System Red Green Blue C M Y K H S L
Decimal 216 76 177 0 0.65 0.18 0.15 316.71 0.64 0.57
Hex D8 4C B1 0 41 12 F 13D 40 39
Octal 330 114 261 0 101 22 17 475 100 71
Binary 11011000 1001100 10110001 0 1000001 10010 1111 100111101 1000000 111001

Color Harmonies of #D84CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CB1

Black with #D84CB1

Text Example


Text Example

White with #D84CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CB1; }

 p { color: rgb(216,76,177); }

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

background-color css

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

 a { background-color: rgb(216,76,177); }

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

border-color css

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

 span { border-color: rgb(216,76,177); }

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