Html Css Color HEX #D05AB0 Fuchsia

📋 copy color: '#D05AB0'

red 208 ◦ green 90 ◦ blue 176

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

Shades of Fuchsia #D05AB0

Tints of Fuchsia #D05AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 43.88%
G = 18.99%
B = 37.13%

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

#D05AB0 (or 0xD05AB0) is known color: Fuchsia. HEX triplet: D0, 5A and B0. RGB value is (208,90,176). Sum of RGB (Red+Green+Blue) = 208+90+176=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D05AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05AB0 is #2FA54F. Grayscale: #868686. Windows color (decimal): -3122512 or 11557584. OLE color: 11557584.

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

Color convert

RGB 208 90 176 -
CMYK 0 0.57 0.15 0.18
HSL 316.27º 0.56% 0.58% -
HSV(B) 316.27º 0.57% 0.82% -
XYZ 37.51 23.86 43.7 -
YUV 135.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 208 90 176 0 0.57 0.15 0.18 316.27 0.56 0.58
Hex D0 5A B0 0 39 F 12 13C 38 3A
Octal 320 132 260 0 71 17 22 474 70 72
Binary 11010000 1011010 10110000 0 111001 1111 10010 100111100 111000 111010

Color Harmonies of #D05AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05AB0

Black with #D05AB0

Text Example


Text Example

White with #D05AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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