Html Css Color HEX #D05FB3 Fuchsia

📋 copy color: '#D05FB3'

red 208 ◦ green 95 ◦ blue 179

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

Shades of Fuchsia #D05FB3

Tints of Fuchsia #D05FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.14%

R = 43.15%
G = 19.71%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D05FB3 (or 0xD05FB3) is known color: Fuchsia. HEX triplet: D0, 5F and B3. RGB value is (208,95,179). Sum of RGB (Red+Green+Blue) = 208+95+179=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FB3 is #2FA04C. Grayscale: #8A8A8A. Windows color (decimal): -3121229 or 11755472. OLE color: 11755472.

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

Color convert

RGB 208 95 179 -
CMYK 0 0.54 0.14 0.18
HSL 315.4º 0.55% 0.59% -
HSV(B) 315.4º 0.54% 0.82% -
XYZ 38.24 24.85 45.43 -
YUV 138.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 208 95 179 0 0.54 0.14 0.18 315.4 0.55 0.59
Hex D0 5F B3 0 36 E 12 13B 37 3B
Octal 320 137 263 0 66 16 22 473 67 73
Binary 11010000 1011111 10110011 0 110110 1110 10010 100111011 110111 111011

Color Harmonies of #D05FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FB3

Black with #D05FB3

Text Example


Text Example

White with #D05FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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