Html Css Color HEX #D05AB8 Fuchsia

📋 copy color: '#D05AB8'

red 208 ◦ green 90 ◦ blue 184

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

Shades of Fuchsia #D05AB8

Tints of Fuchsia #D05AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.17%

R = 43.15%
G = 18.67%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D05AB8 (or 0xD05AB8) is known color: Fuchsia. HEX triplet: D0, 5A and B8. RGB value is (208,90,184). Sum of RGB (Red+Green+Blue) = 208+90+184=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D05AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05AB8 is #2FA547. Grayscale: #878787. Windows color (decimal): -3122504 or 12081872. OLE color: 12081872.

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

Color convert

RGB 208 90 184 -
CMYK 0 0.57 0.12 0.18
HSL 312.2º 0.56% 0.58% -
HSV(B) 312.2º 0.57% 0.82% -
XYZ 38.32 24.18 48 -
YUV 136 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 208 90 184 0 0.57 0.12 0.18 312.2 0.56 0.58
Hex D0 5A B8 0 39 C 12 138 38 3A
Octal 320 132 270 0 71 14 22 470 70 72
Binary 11010000 1011010 10111000 0 111001 1100 10010 100111000 111000 111010

Color Harmonies of #D05AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05AB8

Black with #D05AB8

Text Example


Text Example

White with #D05AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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