Html Css Color HEX #D84AB0 Fuchsia

📋 copy color: '#D84AB0'

red 216 ◦ green 74 ◦ blue 176

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

Shades of Fuchsia #D84AB0

Tints of Fuchsia #D84AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.77%

R = 46.35%
G = 15.88%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D84AB0 (or 0xD84AB0) is known color: Fuchsia. HEX triplet: D8, 4A and B0. RGB value is (216,74,176). Sum of RGB (Red+Green+Blue) = 216+74+176=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84AB0 is #27B54F. Grayscale: #7F7F7F. Windows color (decimal): -2602320 or 11553496. OLE color: 11553496.

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

Color convert

RGB 216 74 176 -
CMYK 0 0.66 0.19 0.15
HSL 316.9º 0.65% 0.57% -
HSV(B) 316.9º 0.66% 0.85% -
XYZ 38.6 22.63 43.41 -
YUV 128.09 155.04 190.71 -
System Red Green Blue C M Y K H S L
Decimal 216 74 176 0 0.66 0.19 0.15 316.9 0.65 0.57
Hex D8 4A B0 0 42 13 F 13D 41 39
Octal 330 112 260 0 102 23 17 475 101 71
Binary 11011000 1001010 10110000 0 1000010 10011 1111 100111101 1000001 111001

Color Harmonies of #D84AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84AB0

Black with #D84AB0

Text Example


Text Example

White with #D84AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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