Html Css Color HEX #D158C0 Fuchsia

📋 copy color: '#D158C0'

red 209 ◦ green 88 ◦ blue 192

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

Shades of Fuchsia #D158C0

Tints of Fuchsia #D158C0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18%

 BLUE value IS 192 (75.39% from 255) = 39.26%

R = 42.74%
G = 18%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D158C0 (or 0xD158C0) is known color: Fuchsia. HEX triplet: D1, 58 and C0. RGB value is (209,88,192). Sum of RGB (Red+Green+Blue) = 209+88+192=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D158C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158C0 is #2EA73F. Grayscale: #878787. Windows color (decimal): -3057472 or 12605649. OLE color: 12605649.

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

Color convert

RGB 209 88 192 -
CMYK 0 0.58 0.08 0.18
HSL 308.43º 0.57% 0.58% -
HSV(B) 308.43º 0.58% 0.82% -
XYZ 39.3 24.34 52.5 -
YUV 136.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 209 88 192 0 0.58 0.08 0.18 308.43 0.57 0.58
Hex D1 58 C0 0 3A 8 12 134 39 3A
Octal 321 130 300 0 72 10 22 464 71 72
Binary 11010001 1011000 11000000 0 111010 1000 10010 100110100 111001 111010

Color Harmonies of #D158C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D158C0

Black with #D158C0

Text Example


Text Example

White with #D158C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D158C0; }

 p { color: rgb(209,88,192); }

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

background-color css

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

 a { background-color: rgb(209,88,192); }

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

border-color css

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

 span { border-color: rgb(209,88,192); }

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