Html Css Color HEX #D05FB7 Fuchsia

📋 copy color: '#D05FB7'

red 208 ◦ green 95 ◦ blue 183

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

Shades of Fuchsia #D05FB7

Tints of Fuchsia #D05FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.65%

R = 42.8%
G = 19.55%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D05FB7 (or 0xD05FB7) is known color: Fuchsia. HEX triplet: D0, 5F and B7. RGB value is (208,95,183). Sum of RGB (Red+Green+Blue) = 208+95+183=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FB7 is #2FA048. Grayscale: #8A8A8A. Windows color (decimal): -3121225 or 12017616. OLE color: 12017616.

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

Color convert

RGB 208 95 183 -
CMYK 0 0.54 0.12 0.18
HSL 313.27º 0.55% 0.59% -
HSV(B) 313.27º 0.54% 0.82% -
XYZ 38.65 25.01 47.59 -
YUV 138.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 208 95 183 0 0.54 0.12 0.18 313.27 0.55 0.59
Hex D0 5F B7 0 36 C 12 139 37 3B
Octal 320 137 267 0 66 14 22 471 67 73
Binary 11010000 1011111 10110111 0 110110 1100 10010 100111001 110111 111011

Color Harmonies of #D05FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FB7

Black with #D05FB7

Text Example


Text Example

White with #D05FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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