Html Css Color HEX #D157CE Fuchsia

📋 copy color: '#D157CE'

red 209 ◦ green 87 ◦ blue 206

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

Shades of Fuchsia #D157CE

Tints of Fuchsia #D157CE

RGB

 RED value IS 209 (82.03% from 255) = 41.63%

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

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 41.63%
G = 17.33%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D157CE (or 0xD157CE) is known color: Fuchsia. HEX triplet: D1, 57 and CE. RGB value is (209,87,206). Sum of RGB (Red+Green+Blue) = 209+87+206=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D157CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157CE is #2EA831. Grayscale: #888888. Windows color (decimal): -3057714 or 13522897. OLE color: 13522897.

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

Color convert

RGB 209 87 206 -
CMYK 0 0.58 0.01 0.18
HSL 301.48º 0.57% 0.58% -
HSV(B) 301.48º 0.58% 0.82% -
XYZ 40.84 24.83 61.03 -
YUV 137.04 166.92 179.32 -
System Red Green Blue C M Y K H S L
Decimal 209 87 206 0 0.58 0.01 0.18 301.48 0.57 0.58
Hex D1 57 CE 0 3A 1 12 12D 39 3A
Octal 321 127 316 0 72 1 22 455 71 72
Binary 11010001 1010111 11001110 0 111010 1 10010 100101101 111001 111010

Color Harmonies of #D157CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D157CE

Black with #D157CE

Text Example


Text Example

White with #D157CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D157CE; }

 p { color: rgb(209,87,206); }

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

background-color css

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

 a { background-color: rgb(209,87,206); }

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

border-color css

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

 span { border-color: rgb(209,87,206); }

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