Html Css Color HEX #D155B6 Fuchsia

📋 copy color: '#D155B6'

red 209 ◦ green 85 ◦ blue 182

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

Shades of Fuchsia #D155B6

Tints of Fuchsia #D155B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.24%

R = 43.91%
G = 17.86%
B = 38.24%

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

#D155B6 (or 0xD155B6) is known color: Fuchsia. HEX triplet: D1, 55 and B6. RGB value is (209,85,182). Sum of RGB (Red+Green+Blue) = 209+85+182=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D155B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155B6 is #2EAA49. Grayscale: #848484. Windows color (decimal): -3058250 or 11949521. OLE color: 11949521.

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

Color convert

RGB 209 85 182 -
CMYK 0 0.59 0.13 0.18
HSL 313.06º 0.57% 0.58% -
HSV(B) 313.06º 0.59% 0.82% -
XYZ 37.99 23.43 46.78 -
YUV 133.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 209 85 182 0 0.59 0.13 0.18 313.06 0.57 0.58
Hex D1 55 B6 0 3B D 12 139 39 3A
Octal 321 125 266 0 73 15 22 471 71 72
Binary 11010001 1010101 10110110 0 111011 1101 10010 100111001 111001 111010

Color Harmonies of #D155B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155B6

Black with #D155B6

Text Example


Text Example

White with #D155B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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