Html Css Color HEX #D155B9 Fuchsia

📋 copy color: '#D155B9'

red 209 ◦ green 85 ◦ blue 185

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

Shades of Fuchsia #D155B9

Tints of Fuchsia #D155B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.62%

R = 43.63%
G = 17.75%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D155B9 (or 0xD155B9) is known color: Fuchsia. HEX triplet: D1, 55 and B9. RGB value is (209,85,185). Sum of RGB (Red+Green+Blue) = 209+85+185=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D155B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155B9 is #2EAA46. Grayscale: #858585. Windows color (decimal): -3058247 or 12146129. OLE color: 12146129.

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

Color convert

RGB 209 85 185 -
CMYK 0 0.59 0.11 0.18
HSL 311.61º 0.57% 0.58% -
HSV(B) 311.61º 0.59% 0.82% -
XYZ 38.3 23.56 48.43 -
YUV 133.48 157.08 181.87 -
System Red Green Blue C M Y K H S L
Decimal 209 85 185 0 0.59 0.11 0.18 311.61 0.57 0.58
Hex D1 55 B9 0 3B B 12 138 39 3A
Octal 321 125 271 0 73 13 22 470 71 72
Binary 11010001 1010101 10111001 0 111011 1011 10010 100111000 111001 111010

Color Harmonies of #D155B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155B9

Black with #D155B9

Text Example


Text Example

White with #D155B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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