Html Css Color HEX #D84AB6 Fuchsia

📋 copy color: '#D84AB6'

red 216 ◦ green 74 ◦ blue 182

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

Shades of Fuchsia #D84AB6

Tints of Fuchsia #D84AB6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.68%

 BLUE value IS 182 (71.48% from 255) = 38.56%

R = 45.76%
G = 15.68%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D84AB6 (or 0xD84AB6) is known color: Fuchsia. HEX triplet: D8, 4A and B6. RGB value is (216,74,182). Sum of RGB (Red+Green+Blue) = 216+74+182=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84AB6 is #27B549. Grayscale: #808080. Windows color (decimal): -2602314 or 11946712. OLE color: 11946712.

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

Color convert

RGB 216 74 182 -
CMYK 0 0.66 0.16 0.15
HSL 314.37º 0.65% 0.57% -
HSV(B) 314.37º 0.66% 0.85% -
XYZ 39.21 22.87 46.6 -
YUV 128.77 158.04 190.22 -
System Red Green Blue C M Y K H S L
Decimal 216 74 182 0 0.66 0.16 0.15 314.37 0.65 0.57
Hex D8 4A B6 0 42 10 F 13A 41 39
Octal 330 112 266 0 102 20 17 472 101 71
Binary 11011000 1001010 10110110 0 1000010 10000 1111 100111010 1000001 111001

Color Harmonies of #D84AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84AB6

Black with #D84AB6

Text Example


Text Example

White with #D84AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84AB6; }

 p { color: rgb(216,74,182); }

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

background-color css

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

 a { background-color: rgb(216,74,182); }

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

border-color css

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

 span { border-color: rgb(216,74,182); }

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