Html Css Color HEX #D155C6 Fuchsia

📋 copy color: '#D155C6'

red 209 ◦ green 85 ◦ blue 198

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

Shades of Fuchsia #D155C6

Tints of Fuchsia #D155C6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.28%

 BLUE value IS 198 (77.73% from 255) = 40.24%

R = 42.48%
G = 17.28%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D155C6 (or 0xD155C6) is known color: Fuchsia. HEX triplet: D1, 55 and C6. RGB value is (209,85,198). Sum of RGB (Red+Green+Blue) = 209+85+198=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D155C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155C6 is #2EAA39. Grayscale: #868686. Windows color (decimal): -3058234 or 12998097. OLE color: 12998097.

HSL color Cylindrical-coordinate representation of color #D155C6: hue angle of 305.32º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D155C6 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 85 198 -
CMYK 0 0.59 0.05 0.18
HSL 305.32º 0.57% 0.58% -
HSV(B) 305.32º 0.59% 0.82% -
XYZ 39.74 24.13 55.99 -
YUV 134.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 209 85 198 0 0.59 0.05 0.18 305.32 0.57 0.58
Hex D1 55 C6 0 3B 5 12 131 39 3A
Octal 321 125 306 0 73 5 22 461 71 72
Binary 11010001 1010101 11000110 0 111011 101 10010 100110001 111001 111010

Color Harmonies of #D155C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155C6

Black with #D155C6

Text Example


Text Example

White with #D155C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155C6; }

 p { color: rgb(209,85,198); }

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

background-color css

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

 a { background-color: rgb(209,85,198); }

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

border-color css

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

 span { border-color: rgb(209,85,198); }

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