Html Css Color HEX #D84CB5 Fuchsia

📋 copy color: '#D84CB5'

red 216 ◦ green 76 ◦ blue 181

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

Shades of Fuchsia #D84CB5

Tints of Fuchsia #D84CB5

RGB

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

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

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

R = 45.67%
G = 16.07%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D84CB5 (or 0xD84CB5) is known color: Fuchsia. HEX triplet: D8, 4C and B5. RGB value is (216,76,181). Sum of RGB (Red+Green+Blue) = 216+76+181=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CB5 is #27B34A. Grayscale: #818181. Windows color (decimal): -2601803 or 11881688. OLE color: 11881688.

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

Color convert

RGB 216 76 181 -
CMYK 0 0.65 0.16 0.15
HSL 315º 0.64% 0.57% -
HSV(B) 315º 0.65% 0.85% -
XYZ 39.24 23.1 46.11 -
YUV 129.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 216 76 181 0 0.65 0.16 0.15 315 0.64 0.57
Hex D8 4C B5 0 41 10 F 13B 40 39
Octal 330 114 265 0 101 20 17 473 100 71
Binary 11011000 1001100 10110101 0 1000001 10000 1111 100111011 1000000 111001

Color Harmonies of #D84CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CB5

Black with #D84CB5

Text Example


Text Example

White with #D84CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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