Html Css Color HEX #D05FB0 Fuchsia

📋 copy color: '#D05FB0'

red 208 ◦ green 95 ◦ blue 176

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

Shades of Fuchsia #D05FB0

Tints of Fuchsia #D05FB0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.83%

 BLUE value IS 176 (69.14% from 255) = 36.74%

R = 43.42%
G = 19.83%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D05FB0 (or 0xD05FB0) is known color: Fuchsia. HEX triplet: D0, 5F and B0. RGB value is (208,95,176). Sum of RGB (Red+Green+Blue) = 208+95+176=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05FB0 is #2FA04F. Grayscale: #898989. Windows color (decimal): -3121232 or 11558864. OLE color: 11558864.

HSL color Cylindrical-coordinate representation of color #D05FB0: hue angle of 316.99º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05FB0 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 95 176 -
CMYK 0 0.54 0.15 0.18
HSL 316.99º 0.55% 0.59% -
HSV(B) 316.99º 0.54% 0.82% -
XYZ 37.94 24.73 43.85 -
YUV 138.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 208 95 176 0 0.54 0.15 0.18 316.99 0.55 0.59
Hex D0 5F B0 0 36 F 12 13D 37 3B
Octal 320 137 260 0 66 17 22 475 67 73
Binary 11010000 1011111 10110000 0 110110 1111 10010 100111101 110111 111011

Color Harmonies of #D05FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FB0

Black with #D05FB0

Text Example


Text Example

White with #D05FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FB0; }

 p { color: rgb(208,95,176); }

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

background-color css

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

 a { background-color: rgb(208,95,176); }

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

border-color css

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

 span { border-color: rgb(208,95,176); }

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