Html Css Color HEX #D157CB Fuchsia

📋 copy color: '#D157CB'

red 209 ◦ green 87 ◦ blue 203

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

Shades of Fuchsia #D157CB

Tints of Fuchsia #D157CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 41.88%
G = 17.43%
B = 40.68%

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

#D157CB (or 0xD157CB) is known color: Fuchsia. HEX triplet: D1, 57 and CB. RGB value is (209,87,203). Sum of RGB (Red+Green+Blue) = 209+87+203=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D157CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157CB is #2EA834. Grayscale: #888888. Windows color (decimal): -3057717 or 13326289. OLE color: 13326289.

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

Color convert

RGB 209 87 203 -
CMYK 0 0.58 0.03 0.18
HSL 302.95º 0.57% 0.58% -
HSV(B) 302.95º 0.58% 0.82% -
XYZ 40.48 24.68 59.13 -
YUV 136.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 209 87 203 0 0.58 0.03 0.18 302.95 0.57 0.58
Hex D1 57 CB 0 3A 3 12 12F 39 3A
Octal 321 127 313 0 72 3 22 457 71 72
Binary 11010001 1010111 11001011 0 111010 11 10010 100101111 111001 111010

Color Harmonies of #D157CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D157CB

Black with #D157CB

Text Example


Text Example

White with #D157CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D157CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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