Html Css Color HEX #D05AAB Fuchsia

📋 copy color: '#D05AAB'

red 208 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #D05AAB

Tints of Fuchsia #D05AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 44.35%
G = 19.19%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D05AAB (or 0xD05AAB) is known color: Fuchsia. HEX triplet: D0, 5A and AB. RGB value is (208,90,171). Sum of RGB (Red+Green+Blue) = 208+90+171=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D05AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05AAB is #2FA554. Grayscale: #868686. Windows color (decimal): -3122517 or 11229904. OLE color: 11229904.

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

Color convert

RGB 208 90 171 -
CMYK 0 0.57 0.18 0.18
HSL 318.81º 0.56% 0.58% -
HSV(B) 318.81º 0.57% 0.82% -
XYZ 37.02 23.66 41.14 -
YUV 134.52 148.59 180.41 -
System Red Green Blue C M Y K H S L
Decimal 208 90 171 0 0.57 0.18 0.18 318.81 0.56 0.58
Hex D0 5A AB 0 39 12 12 13F 38 3A
Octal 320 132 253 0 71 22 22 477 70 72
Binary 11010000 1011010 10101011 0 111001 10010 10010 100111111 111000 111010

Color Harmonies of #D05AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05AAB

Black with #D05AAB

Text Example


Text Example

White with #D05AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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