Html Css Color HEX #D05FC1 Fuchsia

📋 copy color: '#D05FC1'

red 208 ◦ green 95 ◦ blue 193

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

Shades of Fuchsia #D05FC1

Tints of Fuchsia #D05FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.91%

R = 41.94%
G = 19.15%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D05FC1 (or 0xD05FC1) is known color: Fuchsia. HEX triplet: D0, 5F and C1. RGB value is (208,95,193). Sum of RGB (Red+Green+Blue) = 208+95+193=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FC1 is #2FA03E. Grayscale: #8B8B8B. Windows color (decimal): -3121215 or 12672976. OLE color: 12672976.

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

Color convert

RGB 208 95 193 -
CMYK 0 0.54 0.07 0.18
HSL 307.96º 0.55% 0.59% -
HSV(B) 307.96º 0.54% 0.82% -
XYZ 39.73 25.44 53.27 -
YUV 139.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 208 95 193 0 0.54 0.07 0.18 307.96 0.55 0.59
Hex D0 5F C1 0 36 7 12 134 37 3B
Octal 320 137 301 0 66 7 22 464 67 73
Binary 11010000 1011111 11000001 0 110110 111 10010 100110100 110111 111011

Color Harmonies of #D05FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FC1

Black with #D05FC1

Text Example


Text Example

White with #D05FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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