Html Css Color HEX #D84CB8 Fuchsia

📋 copy color: '#D84CB8'

red 216 ◦ green 76 ◦ blue 184

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

Shades of Fuchsia #D84CB8

Tints of Fuchsia #D84CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.66%

R = 45.38%
G = 15.97%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D84CB8 (or 0xD84CB8) is known color: Fuchsia. HEX triplet: D8, 4C and B8. RGB value is (216,76,184). Sum of RGB (Red+Green+Blue) = 216+76+184=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CB8 is #27B347. Grayscale: #818181. Windows color (decimal): -2601800 or 12078296. OLE color: 12078296.

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

Color convert

RGB 216 76 184 -
CMYK 0 0.65 0.15 0.15
HSL 313.71º 0.64% 0.57% -
HSV(B) 313.71º 0.65% 0.85% -
XYZ 39.56 23.23 47.75 -
YUV 130.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 216 76 184 0 0.65 0.15 0.15 313.71 0.64 0.57
Hex D8 4C B8 0 41 F F 13A 40 39
Octal 330 114 270 0 101 17 17 472 100 71
Binary 11011000 1001100 10111000 0 1000001 1111 1111 100111010 1000000 111001

Color Harmonies of #D84CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CB8

Black with #D84CB8

Text Example


Text Example

White with #D84CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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