Html Css Color HEX #D057C9 Fuchsia

📋 copy color: '#D057C9'

red 208 ◦ green 87 ◦ blue 201

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

Shades of Fuchsia #D057C9

Tints of Fuchsia #D057C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 41.94%
G = 17.54%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D057C9 (or 0xD057C9) is known color: Fuchsia. HEX triplet: D0, 57 and C9. RGB value is (208,87,201). Sum of RGB (Red+Green+Blue) = 208+87+201=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D057C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057C9 is #2FA836. Grayscale: #878787. Windows color (decimal): -3123255 or 13195216. OLE color: 13195216.

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

Color convert

RGB 208 87 201 -
CMYK 0 0.58 0.03 0.18
HSL 303.47º 0.56% 0.58% -
HSV(B) 303.47º 0.58% 0.82% -
XYZ 39.96 24.44 57.87 -
YUV 136.18 164.59 179.23 -
System Red Green Blue C M Y K H S L
Decimal 208 87 201 0 0.58 0.03 0.18 303.47 0.56 0.58
Hex D0 57 C9 0 3A 3 12 12F 38 3A
Octal 320 127 311 0 72 3 22 457 70 72
Binary 11010000 1010111 11001001 0 111010 11 10010 100101111 111000 111010

Color Harmonies of #D057C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057C9

Black with #D057C9

Text Example


Text Example

White with #D057C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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