Html Css Color HEX #D05CAF Fuchsia

📋 copy color: '#D05CAF'

red 208 ◦ green 92 ◦ blue 175

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

Shades of Fuchsia #D05CAF

Tints of Fuchsia #D05CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.37%

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 43.79%
G = 19.37%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D05CAF (or 0xD05CAF) is known color: Fuchsia. HEX triplet: D0, 5C and AF. RGB value is (208,92,175). Sum of RGB (Red+Green+Blue) = 208+92+175=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05CAF is #2FA350. Grayscale: #878787. Windows color (decimal): -3122001 or 11492560. OLE color: 11492560.

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

Color convert

RGB 208 92 175 -
CMYK 0 0.56 0.16 0.18
HSL 317.07º 0.55% 0.59% -
HSV(B) 317.07º 0.56% 0.82% -
XYZ 37.58 24.16 43.24 -
YUV 136.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 208 92 175 0 0.56 0.16 0.18 317.07 0.55 0.59
Hex D0 5C AF 0 38 10 12 13D 37 3B
Octal 320 134 257 0 70 20 22 475 67 73
Binary 11010000 1011100 10101111 0 111000 10000 10010 100111101 110111 111011

Color Harmonies of #D05CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05CAF

Black with #D05CAF

Text Example


Text Example

White with #D05CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05CAF; }

 p { color: rgb(208,92,175); }

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

background-color css

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

 a { background-color: rgb(208,92,175); }

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

border-color css

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

 span { border-color: rgb(208,92,175); }

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