Html Css Color HEX #D057C0 Fuchsia

📋 copy color: '#D057C0'

red 208 ◦ green 87 ◦ blue 192

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

Shades of Fuchsia #D057C0

Tints of Fuchsia #D057C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.43%

R = 42.71%
G = 17.86%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D057C0 (or 0xD057C0) is known color: Fuchsia. HEX triplet: D0, 57 and C0. RGB value is (208,87,192). Sum of RGB (Red+Green+Blue) = 208+87+192=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D057C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057C0 is #2FA83F. Grayscale: #868686. Windows color (decimal): -3123264 or 12605392. OLE color: 12605392.

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

Color convert

RGB 208 87 192 -
CMYK 0 0.58 0.08 0.18
HSL 307.93º 0.56% 0.58% -
HSV(B) 307.93º 0.58% 0.82% -
XYZ 38.94 24.03 52.46 -
YUV 135.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 208 87 192 0 0.58 0.08 0.18 307.93 0.56 0.58
Hex D0 57 C0 0 3A 8 12 134 38 3A
Octal 320 127 300 0 72 10 22 464 70 72
Binary 11010000 1010111 11000000 0 111010 1000 10010 100110100 111000 111010

Color Harmonies of #D057C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057C0

Black with #D057C0

Text Example


Text Example

White with #D057C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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