Html Css Color HEX #D155B7 Fuchsia

📋 copy color: '#D155B7'

red 209 ◦ green 85 ◦ blue 183

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

Shades of Fuchsia #D155B7

Tints of Fuchsia #D155B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.36%

R = 43.82%
G = 17.82%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D155B7 (or 0xD155B7) is known color: Fuchsia. HEX triplet: D1, 55 and B7. RGB value is (209,85,183). Sum of RGB (Red+Green+Blue) = 209+85+183=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D155B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155B7 is #2EAA48. Grayscale: #848484. Windows color (decimal): -3058249 or 12015057. OLE color: 12015057.

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

Color convert

RGB 209 85 183 -
CMYK 0 0.59 0.12 0.18
HSL 312.58º 0.57% 0.58% -
HSV(B) 312.58º 0.59% 0.82% -
XYZ 38.09 23.47 47.32 -
YUV 133.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 209 85 183 0 0.59 0.12 0.18 312.58 0.57 0.58
Hex D1 55 B7 0 3B C 12 139 39 3A
Octal 321 125 267 0 73 14 22 471 71 72
Binary 11010001 1010101 10110111 0 111011 1100 10010 100111001 111001 111010

Color Harmonies of #D155B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155B7

Black with #D155B7

Text Example


Text Example

White with #D155B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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