Html Css Color HEX #D057C6 Fuchsia

📋 copy color: '#D057C6'

red 208 ◦ green 87 ◦ blue 198

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

Shades of Fuchsia #D057C6

Tints of Fuchsia #D057C6

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.65%

 BLUE value IS 198 (77.73% from 255) = 40.16%

R = 42.19%
G = 17.65%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D057C6 (or 0xD057C6) is known color: Fuchsia. HEX triplet: D0, 57 and C6. RGB value is (208,87,198). Sum of RGB (Red+Green+Blue) = 208+87+198=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D057C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057C6 is #2FA839. Grayscale: #878787. Windows color (decimal): -3123258 or 12998608. OLE color: 12998608.

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

Color convert

RGB 208 87 198 -
CMYK 0 0.58 0.05 0.18
HSL 304.96º 0.56% 0.58% -
HSV(B) 304.96º 0.58% 0.82% -
XYZ 39.61 24.3 56.03 -
YUV 135.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 208 87 198 0 0.58 0.05 0.18 304.96 0.56 0.58
Hex D0 57 C6 0 3A 5 12 131 38 3A
Octal 320 127 306 0 72 5 22 461 70 72
Binary 11010000 1010111 11000110 0 111010 101 10010 100110001 111000 111010

Color Harmonies of #D057C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057C6

Black with #D057C6

Text Example


Text Example

White with #D057C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057C6; }

 p { color: rgb(208,87,198); }

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

background-color css

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

 a { background-color: rgb(208,87,198); }

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

border-color css

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

 span { border-color: rgb(208,87,198); }

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