Html Css Color HEX #D84DB2 Fuchsia

📋 copy color: '#D84DB2'

red 216 ◦ green 77 ◦ blue 178

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

Shades of Fuchsia #D84DB2

Tints of Fuchsia #D84DB2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.35%

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

R = 45.86%
G = 16.35%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D84DB2 (or 0xD84DB2) is known color: Fuchsia. HEX triplet: D8, 4D and B2. RGB value is (216,77,178). Sum of RGB (Red+Green+Blue) = 216+77+178=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84DB2 is #27B24D. Grayscale: #818181. Windows color (decimal): -2601550 or 11685336. OLE color: 11685336.

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

Color convert

RGB 216 77 178 -
CMYK 0 0.64 0.18 0.15
HSL 316.4º 0.64% 0.57% -
HSV(B) 316.4º 0.64% 0.85% -
XYZ 39.01 23.12 44.53 -
YUV 130.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 216 77 178 0 0.64 0.18 0.15 316.4 0.64 0.57
Hex D8 4D B2 0 40 12 F 13C 40 39
Octal 330 115 262 0 100 22 17 474 100 71
Binary 11011000 1001101 10110010 0 1000000 10010 1111 100111100 1000000 111001

Color Harmonies of #D84DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84DB2

Black with #D84DB2

Text Example


Text Example

White with #D84DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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