Html Css Color HEX #D158C8 Fuchsia

📋 copy color: '#D158C8'

red 209 ◦ green 88 ◦ blue 200

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

Shades of Fuchsia #D158C8

Tints of Fuchsia #D158C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.24%

R = 42.05%
G = 17.71%
B = 40.24%

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

#D158C8 (or 0xD158C8) is known color: Fuchsia. HEX triplet: D1, 58 and C8. RGB value is (209,88,200). Sum of RGB (Red+Green+Blue) = 209+88+200=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D158C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158C8 is #2EA737. Grayscale: #888888. Windows color (decimal): -3057464 or 13129937. OLE color: 13129937.

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

Color convert

RGB 209 88 200 -
CMYK 0 0.58 0.04 0.18
HSL 304.46º 0.57% 0.58% -
HSV(B) 304.46º 0.58% 0.82% -
XYZ 40.21 24.7 57.29 -
YUV 136.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 209 88 200 0 0.58 0.04 0.18 304.46 0.57 0.58
Hex D1 58 C8 0 3A 4 12 130 39 3A
Octal 321 130 310 0 72 4 22 460 71 72
Binary 11010001 1011000 11001000 0 111010 100 10010 100110000 111001 111010

Color Harmonies of #D158C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D158C8

Black with #D158C8

Text Example


Text Example

White with #D158C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D158C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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