Html Css Color HEX #D05ABB Fuchsia

📋 copy color: '#D05ABB'

red 208 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #D05ABB

Tints of Fuchsia #D05ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.56%

R = 42.89%
G = 18.56%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D05ABB (or 0xD05ABB) is known color: Fuchsia. HEX triplet: D0, 5A and BB. RGB value is (208,90,187). Sum of RGB (Red+Green+Blue) = 208+90+187=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D05ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ABB is #2FA544. Grayscale: #888888. Windows color (decimal): -3122501 or 12278480. OLE color: 12278480.

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

Color convert

RGB 208 90 187 -
CMYK 0 0.57 0.10 0.18
HSL 310.68º 0.56% 0.58% -
HSV(B) 310.68º 0.57% 0.82% -
XYZ 38.64 24.31 49.67 -
YUV 136.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 208 90 187 0 0.57 0.10 0.18 310.68 0.56 0.58
Hex D0 5A BB 0 39 A 12 137 38 3A
Octal 320 132 273 0 71 12 22 467 70 72
Binary 11010000 1011010 10111011 0 111001 1010 10010 100110111 111000 111010

Color Harmonies of #D05ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05ABB

Black with #D05ABB

Text Example


Text Example

White with #D05ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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