Html Css Color HEX #D057CC Fuchsia

📋 copy color: '#D057CC'

red 208 ◦ green 87 ◦ blue 204

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

Shades of Fuchsia #D057CC

Tints of Fuchsia #D057CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 41.68%
G = 17.43%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D057CC (or 0xD057CC) is known color: Fuchsia. HEX triplet: D0, 57 and CC. RGB value is (208,87,204). Sum of RGB (Red+Green+Blue) = 208+87+204=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D057CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057CC is #2FA833. Grayscale: #888888. Windows color (decimal): -3123252 or 13391824. OLE color: 13391824.

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

Color convert

RGB 208 87 204 -
CMYK 0 0.58 0.02 0.18
HSL 301.98º 0.56% 0.58% -
HSV(B) 301.98º 0.58% 0.82% -
XYZ 40.32 24.59 59.75 -
YUV 136.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 208 87 204 0 0.58 0.02 0.18 301.98 0.56 0.58
Hex D0 57 CC 0 3A 2 12 12E 38 3A
Octal 320 127 314 0 72 2 22 456 70 72
Binary 11010000 1010111 11001100 0 111010 10 10010 100101110 111000 111010

Color Harmonies of #D057CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057CC

Black with #D057CC

Text Example


Text Example

White with #D057CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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