Html Css Color HEX #D84FB4 Fuchsia

📋 copy color: '#D84FB4'

red 216 ◦ green 79 ◦ blue 180

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

Shades of Fuchsia #D84FB4

Tints of Fuchsia #D84FB4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.63%

 BLUE value IS 180 (70.7% from 255) = 37.89%

R = 45.47%
G = 16.63%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D84FB4 (or 0xD84FB4) is known color: Fuchsia. HEX triplet: D8, 4F and B4. RGB value is (216,79,180). Sum of RGB (Red+Green+Blue) = 216+79+180=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D84FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84FB4 is #27B04B. Grayscale: #838383. Windows color (decimal): -2601036 or 11816920. OLE color: 11816920.

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

Color convert

RGB 216 79 180 -
CMYK 0 0.63 0.17 0.15
HSL 315.77º 0.64% 0.58% -
HSV(B) 315.77º 0.63% 0.85% -
XYZ 39.35 23.49 45.64 -
YUV 131.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 216 79 180 0 0.63 0.17 0.15 315.77 0.64 0.58
Hex D8 4F B4 0 3F 11 F 13C 40 3A
Octal 330 117 264 0 77 21 17 474 100 72
Binary 11011000 1001111 10110100 0 111111 10001 1111 100111100 1000000 111010

Color Harmonies of #D84FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84FB4

Black with #D84FB4

Text Example


Text Example

White with #D84FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84FB4; }

 p { color: rgb(216,79,180); }

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

background-color css

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

 a { background-color: rgb(216,79,180); }

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

border-color css

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

 span { border-color: rgb(216,79,180); }

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