Html Css Color HEX #D155AC Fuchsia

📋 copy color: '#D155AC'

red 209 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #D155AC

Tints of Fuchsia #D155AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.91%

R = 44.85%
G = 18.24%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D155AC (or 0xD155AC) is known color: Fuchsia. HEX triplet: D1, 55 and AC. RGB value is (209,85,172). Sum of RGB (Red+Green+Blue) = 209+85+172=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D155AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D155AC is #2EAA53. Grayscale: #838383. Windows color (decimal): -3058260 or 11294161. OLE color: 11294161.

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

Color convert

RGB 209 85 172 -
CMYK 0 0.59 0.18 0.18
HSL 317.9º 0.57% 0.58% -
HSV(B) 317.9º 0.59% 0.82% -
XYZ 36.99 23.03 41.53 -
YUV 131.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 209 85 172 0 0.59 0.18 0.18 317.9 0.57 0.58
Hex D1 55 AC 0 3B 12 12 13E 39 3A
Octal 321 125 254 0 73 22 22 476 71 72
Binary 11010001 1010101 10101100 0 111011 10010 10010 100111110 111001 111010

Color Harmonies of #D155AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155AC

Black with #D155AC

Text Example


Text Example

White with #D155AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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