Html Css Color HEX #D05AB1 Fuchsia

📋 copy color: '#D05AB1'

red 208 ◦ green 90 ◦ blue 177

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

Shades of Fuchsia #D05AB1

Tints of Fuchsia #D05AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.95%

 BLUE value IS 177 (69.53% from 255) = 37.26%

R = 43.79%
G = 18.95%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D05AB1 (or 0xD05AB1) is known color: Fuchsia. HEX triplet: D0, 5A and B1. RGB value is (208,90,177). Sum of RGB (Red+Green+Blue) = 208+90+177=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D05AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05AB1 is #2FA54E. Grayscale: #868686. Windows color (decimal): -3122511 or 11623120. OLE color: 11623120.

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

Color convert

RGB 208 90 177 -
CMYK 0 0.57 0.15 0.18
HSL 315.76º 0.56% 0.58% -
HSV(B) 315.76º 0.57% 0.82% -
XYZ 37.6 23.9 44.23 -
YUV 135.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 208 90 177 0 0.57 0.15 0.18 315.76 0.56 0.58
Hex D0 5A B1 0 39 F 12 13C 38 3A
Octal 320 132 261 0 71 17 22 474 70 72
Binary 11010000 1011010 10110001 0 111001 1111 10010 100111100 111000 111010

Color Harmonies of #D05AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05AB1

Black with #D05AB1

Text Example


Text Example

White with #D05AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05AB1; }

 p { color: rgb(208,90,177); }

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

background-color css

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

 a { background-color: rgb(208,90,177); }

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

border-color css

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

 span { border-color: rgb(208,90,177); }

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