Html Css Color HEX #D05AB9 Fuchsia

📋 copy color: '#D05AB9'

red 208 ◦ green 90 ◦ blue 185

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

Shades of Fuchsia #D05AB9

Tints of Fuchsia #D05AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 43.06%
G = 18.63%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D05AB9 (or 0xD05AB9) is known color: Fuchsia. HEX triplet: D0, 5A and B9. RGB value is (208,90,185). Sum of RGB (Red+Green+Blue) = 208+90+185=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D05AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05AB9 is #2FA546. Grayscale: #878787. Windows color (decimal): -3122503 or 12147408. OLE color: 12147408.

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

Color convert

RGB 208 90 185 -
CMYK 0 0.57 0.11 0.18
HSL 311.69º 0.56% 0.58% -
HSV(B) 311.69º 0.57% 0.82% -
XYZ 38.43 24.23 48.55 -
YUV 136.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 208 90 185 0 0.57 0.11 0.18 311.69 0.56 0.58
Hex D0 5A B9 0 39 B 12 138 38 3A
Octal 320 132 271 0 71 13 22 470 70 72
Binary 11010000 1011010 10111001 0 111001 1011 10010 100111000 111000 111010

Color Harmonies of #D05AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05AB9

Black with #D05AB9

Text Example


Text Example

White with #D05AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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