Html Css Color HEX #D84DBA Fuchsia

📋 copy color: '#D84DBA'

red 216 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #D84DBA

Tints of Fuchsia #D84DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 45.09%
G = 16.08%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D84DBA (or 0xD84DBA) is known color: Fuchsia. HEX triplet: D8, 4D and BA. RGB value is (216,77,186). Sum of RGB (Red+Green+Blue) = 216+77+186=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DBA is #27B245. Grayscale: #828282. Windows color (decimal): -2601542 or 12209624. OLE color: 12209624.

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

Color convert

RGB 216 77 186 -
CMYK 0 0.64 0.14 0.15
HSL 312.95º 0.64% 0.57% -
HSV(B) 312.95º 0.64% 0.85% -
XYZ 39.84 23.45 48.88 -
YUV 130.99 159.05 188.64 -
System Red Green Blue C M Y K H S L
Decimal 216 77 186 0 0.64 0.14 0.15 312.95 0.64 0.57
Hex D8 4D BA 0 40 E F 139 40 39
Octal 330 115 272 0 100 16 17 471 100 71
Binary 11011000 1001101 10111010 0 1000000 1110 1111 100111001 1000000 111001

Color Harmonies of #D84DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84DBA

Black with #D84DBA

Text Example


Text Example

White with #D84DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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