Html Css Color HEX #D84ABD Fuchsia

📋 copy color: '#D84ABD'

red 216 ◦ green 74 ◦ blue 189

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

Shades of Fuchsia #D84ABD

Tints of Fuchsia #D84ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 45.09%
G = 15.45%
B = 39.46%

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

#D84ABD (or 0xD84ABD) is known color: Fuchsia. HEX triplet: D8, 4A and BD. RGB value is (216,74,189). Sum of RGB (Red+Green+Blue) = 216+74+189=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D84ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84ABD is #27B542. Grayscale: #818181. Windows color (decimal): -2602307 or 12405464. OLE color: 12405464.

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

Color convert

RGB 216 74 189 -
CMYK 0 0.66 0.12 0.15
HSL 311.41º 0.65% 0.57% -
HSV(B) 311.41º 0.66% 0.85% -
XYZ 39.95 23.17 50.51 -
YUV 129.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 216 74 189 0 0.66 0.12 0.15 311.41 0.65 0.57
Hex D8 4A BD 0 42 C F 137 41 39
Octal 330 112 275 0 102 14 17 467 101 71
Binary 11011000 1001010 10111101 0 1000010 1100 1111 100110111 1000001 111001

Color Harmonies of #D84ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84ABD

Black with #D84ABD

Text Example


Text Example

White with #D84ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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