Html Css Color HEX #D84AB4 Fuchsia

📋 copy color: '#D84AB4'

red 216 ◦ green 74 ◦ blue 180

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

Shades of Fuchsia #D84AB4

Tints of Fuchsia #D84AB4

RGB

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

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

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

R = 45.96%
G = 15.74%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D84AB4 (or 0xD84AB4) is known color: Fuchsia. HEX triplet: D8, 4A and B4. RGB value is (216,74,180). Sum of RGB (Red+Green+Blue) = 216+74+180=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84AB4 is #27B54B. Grayscale: #808080. Windows color (decimal): -2602316 or 11815640. OLE color: 11815640.

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

Color convert

RGB 216 74 180 -
CMYK 0 0.66 0.17 0.15
HSL 315.21º 0.65% 0.57% -
HSV(B) 315.21º 0.66% 0.85% -
XYZ 39.01 22.79 45.52 -
YUV 128.54 157.04 190.38 -
System Red Green Blue C M Y K H S L
Decimal 216 74 180 0 0.66 0.17 0.15 315.21 0.65 0.57
Hex D8 4A B4 0 42 11 F 13B 41 39
Octal 330 112 264 0 102 21 17 473 101 71
Binary 11011000 1001010 10110100 0 1000010 10001 1111 100111011 1000001 111001

Color Harmonies of #D84AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84AB4

Black with #D84AB4

Text Example


Text Example

White with #D84AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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