Html Css Color HEX #D155B5 Fuchsia

📋 copy color: '#D155B5'

red 209 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #D155B5

Tints of Fuchsia #D155B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.11%

R = 44%
G = 17.89%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D155B5 (or 0xD155B5) is known color: Fuchsia. HEX triplet: D1, 55 and B5. RGB value is (209,85,181). Sum of RGB (Red+Green+Blue) = 209+85+181=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D155B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155B5 is #2EAA4A. Grayscale: #848484. Windows color (decimal): -3058251 or 11883985. OLE color: 11883985.

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

Color convert

RGB 209 85 181 -
CMYK 0 0.59 0.13 0.18
HSL 313.55º 0.57% 0.58% -
HSV(B) 313.55º 0.59% 0.82% -
XYZ 37.88 23.39 46.23 -
YUV 133.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 209 85 181 0 0.59 0.13 0.18 313.55 0.57 0.58
Hex D1 55 B5 0 3B D 12 13A 39 3A
Octal 321 125 265 0 73 15 22 472 71 72
Binary 11010001 1010101 10110101 0 111011 1101 10010 100111010 111001 111010

Color Harmonies of #D155B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155B5

Black with #D155B5

Text Example


Text Example

White with #D155B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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