Html Css Color HEX #D051AE Fuchsia

📋 copy color: '#D051AE'

red 208 ◦ green 81 ◦ blue 174

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

Shades of Fuchsia #D051AE

Tints of Fuchsia #D051AE

RGB

 RED value IS 208 (81.64% from 255) = 44.92%

 GREEN value IS 81 (32.03% from 255) = 17.49%

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

R = 44.92%
G = 17.49%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D051AE (or 0xD051AE) is known color: Fuchsia. HEX triplet: D0, 51 and AE. RGB value is (208,81,174). Sum of RGB (Red+Green+Blue) = 208+81+174=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D051AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D051AE is #2FAE51. Grayscale: #818181. Windows color (decimal): -3124818 or 11424208. OLE color: 11424208.

HSL color Cylindrical-coordinate representation of color #D051AE: hue angle of 316.06º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D051AE is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 81 174 -
CMYK 0 0.61 0.16 0.18
HSL 316.06º 0.57% 0.57% -
HSV(B) 316.06º 0.61% 0.82% -
XYZ 36.59 22.35 42.43 -
YUV 129.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 208 81 174 0 0.61 0.16 0.18 316.06 0.57 0.57
Hex D0 51 AE 0 3D 10 12 13C 39 39
Octal 320 121 256 0 75 20 22 474 71 71
Binary 11010000 1010001 10101110 0 111101 10000 10010 100111100 111001 111001

Color Harmonies of #D051AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051AE

Black with #D051AE

Text Example


Text Example

White with #D051AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D051AE; }

 p { color: rgb(208,81,174); }

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

background-color css

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

 a { background-color: rgb(208,81,174); }

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

border-color css

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

 span { border-color: rgb(208,81,174); }

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