Html Css Color HEX #D84DB7 Fuchsia

📋 copy color: '#D84DB7'

red 216 ◦ green 77 ◦ blue 183

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

Shades of Fuchsia #D84DB7

Tints of Fuchsia #D84DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.45%

R = 45.38%
G = 16.18%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D84DB7 (or 0xD84DB7) is known color: Fuchsia. HEX triplet: D8, 4D and B7. RGB value is (216,77,183). Sum of RGB (Red+Green+Blue) = 216+77+183=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DB7 is #27B248. Grayscale: #828282. Windows color (decimal): -2601545 or 12013016. OLE color: 12013016.

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

Color convert

RGB 216 77 183 -
CMYK 0 0.64 0.15 0.15
HSL 314.24º 0.64% 0.57% -
HSV(B) 314.24º 0.64% 0.85% -
XYZ 39.52 23.33 47.22 -
YUV 130.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 216 77 183 0 0.64 0.15 0.15 314.24 0.64 0.57
Hex D8 4D B7 0 40 F F 13A 40 39
Octal 330 115 267 0 100 17 17 472 100 71
Binary 11011000 1001101 10110111 0 1000000 1111 1111 100111010 1000000 111001

Color Harmonies of #D84DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84DB7

Black with #D84DB7

Text Example


Text Example

White with #D84DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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