Html Css Color HEX #D158C4 Fuchsia

📋 copy color: '#D158C4'

red 209 ◦ green 88 ◦ blue 196

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

Shades of Fuchsia #D158C4

Tints of Fuchsia #D158C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.76%

R = 42.39%
G = 17.85%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D158C4 (or 0xD158C4) is known color: Fuchsia. HEX triplet: D1, 58 and C4. RGB value is (209,88,196). Sum of RGB (Red+Green+Blue) = 209+88+196=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D158C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158C4 is #2EA73B. Grayscale: #888888. Windows color (decimal): -3057468 or 12867793. OLE color: 12867793.

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

Color convert

RGB 209 88 196 -
CMYK 0 0.58 0.06 0.18
HSL 306.45º 0.57% 0.58% -
HSV(B) 306.45º 0.58% 0.82% -
XYZ 39.75 24.52 54.86 -
YUV 136.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 209 88 196 0 0.58 0.06 0.18 306.45 0.57 0.58
Hex D1 58 C4 0 3A 6 12 132 39 3A
Octal 321 130 304 0 72 6 22 462 71 72
Binary 11010001 1011000 11000100 0 111010 110 10010 100110010 111001 111010

Color Harmonies of #D158C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D158C4

Black with #D158C4

Text Example


Text Example

White with #D158C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D158C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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