Html Css Color HEX #D84ABE Fuchsia

📋 copy color: '#D84ABE'

red 216 ◦ green 74 ◦ blue 190

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

Shades of Fuchsia #D84ABE

Tints of Fuchsia #D84ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 45%
G = 15.42%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D84ABE (or 0xD84ABE) is known color: Fuchsia. HEX triplet: D8, 4A and BE. RGB value is (216,74,190). Sum of RGB (Red+Green+Blue) = 216+74+190=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D84ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84ABE is #27B541. Grayscale: #818181. Windows color (decimal): -2602306 or 12471000. OLE color: 12471000.

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

Color convert

RGB 216 74 190 -
CMYK 0 0.66 0.12 0.15
HSL 310.99º 0.65% 0.57% -
HSV(B) 310.99º 0.66% 0.85% -
XYZ 40.06 23.21 51.08 -
YUV 129.68 162.04 189.57 -
System Red Green Blue C M Y K H S L
Decimal 216 74 190 0 0.66 0.12 0.15 310.99 0.65 0.57
Hex D8 4A BE 0 42 C F 137 41 39
Octal 330 112 276 0 102 14 17 467 101 71
Binary 11011000 1001010 10111110 0 1000010 1100 1111 100110111 1000001 111001

Color Harmonies of #D84ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84ABE

Black with #D84ABE

Text Example


Text Example

White with #D84ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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