Html Css Color HEX #D84CB2 Fuchsia

📋 copy color: '#D84CB2'

red 216 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #D84CB2

Tints of Fuchsia #D84CB2

RGB

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

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

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

R = 45.96%
G = 16.17%
B = 37.87%

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

#D84CB2 (or 0xD84CB2) is known color: Fuchsia. HEX triplet: D8, 4C and B2. RGB value is (216,76,178). Sum of RGB (Red+Green+Blue) = 216+76+178=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84CB2 is #27B34D. Grayscale: #818181. Windows color (decimal): -2601806 or 11685080. OLE color: 11685080.

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

Color convert

RGB 216 76 178 -
CMYK 0 0.65 0.18 0.15
HSL 316.29º 0.64% 0.57% -
HSV(B) 316.29º 0.65% 0.85% -
XYZ 38.94 22.98 44.5 -
YUV 129.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 216 76 178 0 0.65 0.18 0.15 316.29 0.64 0.57
Hex D8 4C B2 0 41 12 F 13C 40 39
Octal 330 114 262 0 101 22 17 474 100 71
Binary 11011000 1001100 10110010 0 1000001 10010 1111 100111100 1000000 111001

Color Harmonies of #D84CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CB2

Black with #D84CB2

Text Example


Text Example

White with #D84CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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