Html Css Color HEX #D84ABC Fuchsia

📋 copy color: '#D84ABC'

red 216 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #D84ABC

Tints of Fuchsia #D84ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 45.19%
G = 15.48%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D84ABC (or 0xD84ABC) is known color: Fuchsia. HEX triplet: D8, 4A and BC. RGB value is (216,74,188). Sum of RGB (Red+Green+Blue) = 216+74+188=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D84ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84ABC is #27B543. Grayscale: #818181. Windows color (decimal): -2602308 or 12339928. OLE color: 12339928.

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

Color convert

RGB 216 74 188 -
CMYK 0 0.66 0.13 0.15
HSL 311.83º 0.65% 0.57% -
HSV(B) 311.83º 0.66% 0.85% -
XYZ 39.84 23.13 49.94 -
YUV 129.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 216 74 188 0 0.66 0.13 0.15 311.83 0.65 0.57
Hex D8 4A BC 0 42 D F 138 41 39
Octal 330 112 274 0 102 15 17 470 101 71
Binary 11011000 1001010 10111100 0 1000010 1101 1111 100111000 1000001 111001

Color Harmonies of #D84ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84ABC

Black with #D84ABC

Text Example


Text Example

White with #D84ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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