Html Css Color HEX #D84DB5 Fuchsia

📋 copy color: '#D84DB5'

red 216 ◦ green 77 ◦ blue 181

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

Shades of Fuchsia #D84DB5

Tints of Fuchsia #D84DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.19%

R = 45.57%
G = 16.24%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D84DB5 (or 0xD84DB5) is known color: Fuchsia. HEX triplet: D8, 4D and B5. RGB value is (216,77,181). Sum of RGB (Red+Green+Blue) = 216+77+181=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DB5 is #27B24A. Grayscale: #828282. Windows color (decimal): -2601547 or 11881944. OLE color: 11881944.

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

Color convert

RGB 216 77 181 -
CMYK 0 0.64 0.16 0.15
HSL 315.11º 0.64% 0.57% -
HSV(B) 315.11º 0.64% 0.85% -
XYZ 39.31 23.24 46.13 -
YUV 130.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 216 77 181 0 0.64 0.16 0.15 315.11 0.64 0.57
Hex D8 4D B5 0 40 10 F 13B 40 39
Octal 330 115 265 0 100 20 17 473 100 71
Binary 11011000 1001101 10110101 0 1000000 10000 1111 100111011 1000000 111001

Color Harmonies of #D84DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84DB5

Black with #D84DB5

Text Example


Text Example

White with #D84DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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