Html Css Color HEX #D05ABC Fuchsia

📋 copy color: '#D05ABC'

red 208 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #D05ABC

Tints of Fuchsia #D05ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 42.8%
G = 18.52%
B = 38.68%

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

#D05ABC (or 0xD05ABC) is known color: Fuchsia. HEX triplet: D0, 5A and BC. RGB value is (208,90,188). Sum of RGB (Red+Green+Blue) = 208+90+188=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D05ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ABC is #2FA543. Grayscale: #888888. Windows color (decimal): -3122500 or 12344016. OLE color: 12344016.

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

Color convert

RGB 208 90 188 -
CMYK 0 0.57 0.10 0.18
HSL 310.17º 0.56% 0.58% -
HSV(B) 310.17º 0.57% 0.82% -
XYZ 38.75 24.35 50.24 -
YUV 136.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 208 90 188 0 0.57 0.10 0.18 310.17 0.56 0.58
Hex D0 5A BC 0 39 A 12 136 38 3A
Octal 320 132 274 0 71 12 22 466 70 72
Binary 11010000 1011010 10111100 0 111001 1010 10010 100110110 111000 111010

Color Harmonies of #D05ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05ABC

Black with #D05ABC

Text Example


Text Example

White with #D05ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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