Html Css Color HEX #D84CBF Fuchsia

📋 copy color: '#D84CBF'

red 216 ◦ green 76 ◦ blue 191

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

Shades of Fuchsia #D84CBF

Tints of Fuchsia #D84CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.54%

R = 44.72%
G = 15.73%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D84CBF (or 0xD84CBF) is known color: Fuchsia. HEX triplet: D8, 4C and BF. RGB value is (216,76,191). Sum of RGB (Red+Green+Blue) = 216+76+191=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CBF is #27B340. Grayscale: #828282. Windows color (decimal): -2601793 or 12537048. OLE color: 12537048.

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

Color convert

RGB 216 76 191 -
CMYK 0 0.65 0.12 0.15
HSL 310.71º 0.64% 0.57% -
HSV(B) 310.71º 0.65% 0.85% -
XYZ 40.31 23.53 51.71 -
YUV 130.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 216 76 191 0 0.65 0.12 0.15 310.71 0.64 0.57
Hex D8 4C BF 0 41 C F 137 40 39
Octal 330 114 277 0 101 14 17 467 100 71
Binary 11011000 1001100 10111111 0 1000001 1100 1111 100110111 1000000 111001

Color Harmonies of #D84CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CBF

Black with #D84CBF

Text Example


Text Example

White with #D84CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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