Html Css Color HEX #D844AE Fuchsia

📋 copy color: '#D844AE'

red 216 ◦ green 68 ◦ blue 174

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

Shades of Fuchsia #D844AE

Tints of Fuchsia #D844AE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.85%

 BLUE value IS 174 (68.36% from 255) = 37.99%

R = 47.16%
G = 14.85%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D844AE (or 0xD844AE) is known color: Fuchsia. HEX triplet: D8, 44 and AE. RGB value is (216,68,174). Sum of RGB (Red+Green+Blue) = 216+68+174=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D844AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D844AE is #27BB51. Grayscale: #7C7C7C. Windows color (decimal): -2603858 or 11420888. OLE color: 11420888.

HSL color Cylindrical-coordinate representation of color #D844AE: hue angle of 317.03º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D844AE is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 68 174 -
CMYK 0 0.69 0.19 0.15
HSL 317.03º 0.65% 0.56% -
HSV(B) 317.03º 0.69% 0.85% -
XYZ 38.03 21.79 42.25 -
YUV 124.34 156.03 193.38 -
System Red Green Blue C M Y K H S L
Decimal 216 68 174 0 0.69 0.19 0.15 317.03 0.65 0.56
Hex D8 44 AE 0 45 13 F 13D 41 38
Octal 330 104 256 0 105 23 17 475 101 70
Binary 11011000 1000100 10101110 0 1000101 10011 1111 100111101 1000001 111000

Color Harmonies of #D844AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D844AE

Black with #D844AE

Text Example


Text Example

White with #D844AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D844AE; }

 p { color: rgb(216,68,174); }

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

background-color css

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

 a { background-color: rgb(216,68,174); }

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

border-color css

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

 span { border-color: rgb(216,68,174); }

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