Html Css Color HEX #D157C9 Fuchsia

📋 copy color: '#D157C9'

red 209 ◦ green 87 ◦ blue 201

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

Shades of Fuchsia #D157C9

Tints of Fuchsia #D157C9

RGB

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

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

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

R = 42.05%
G = 17.51%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D157C9 (or 0xD157C9) is known color: Fuchsia. HEX triplet: D1, 57 and C9. RGB value is (209,87,201). Sum of RGB (Red+Green+Blue) = 209+87+201=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D157C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157C9 is #2EA836. Grayscale: #888888. Windows color (decimal): -3057719 or 13195217. OLE color: 13195217.

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

Color convert

RGB 209 87 201 -
CMYK 0 0.58 0.04 0.18
HSL 303.93º 0.57% 0.58% -
HSV(B) 303.93º 0.58% 0.82% -
XYZ 40.25 24.59 57.88 -
YUV 136.47 164.42 179.73 -
System Red Green Blue C M Y K H S L
Decimal 209 87 201 0 0.58 0.04 0.18 303.93 0.57 0.58
Hex D1 57 C9 0 3A 4 12 130 39 3A
Octal 321 127 311 0 72 4 22 460 71 72
Binary 11010001 1010111 11001001 0 111010 100 10010 100110000 111001 111010

Color Harmonies of #D157C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D157C9

Black with #D157C9

Text Example


Text Example

White with #D157C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D157C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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