Html Css Color HEX #D84AB1 Fuchsia

📋 copy color: '#D84AB1'

red 216 ◦ green 74 ◦ blue 177

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

Shades of Fuchsia #D84AB1

Tints of Fuchsia #D84AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.85%

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

R = 46.25%
G = 15.85%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D84AB1 (or 0xD84AB1) is known color: Fuchsia. HEX triplet: D8, 4A and B1. RGB value is (216,74,177). Sum of RGB (Red+Green+Blue) = 216+74+177=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84AB1 is #27B54E. Grayscale: #7F7F7F. Windows color (decimal): -2602319 or 11619032. OLE color: 11619032.

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

Color convert

RGB 216 74 177 -
CMYK 0 0.66 0.18 0.15
HSL 316.48º 0.65% 0.57% -
HSV(B) 316.48º 0.66% 0.85% -
XYZ 38.7 22.67 43.93 -
YUV 128.2 155.54 190.62 -
System Red Green Blue C M Y K H S L
Decimal 216 74 177 0 0.66 0.18 0.15 316.48 0.65 0.57
Hex D8 4A B1 0 42 12 F 13C 41 39
Octal 330 112 261 0 102 22 17 474 101 71
Binary 11011000 1001010 10110001 0 1000010 10010 1111 100111100 1000001 111001

Color Harmonies of #D84AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84AB1

Black with #D84AB1

Text Example


Text Example

White with #D84AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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