Html Css Color HEX #D155C3 Fuchsia

📋 copy color: '#D155C3'

red 209 ◦ green 85 ◦ blue 195

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

Shades of Fuchsia #D155C3

Tints of Fuchsia #D155C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.88%

R = 42.74%
G = 17.38%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D155C3 (or 0xD155C3) is known color: Fuchsia. HEX triplet: D1, 55 and C3. RGB value is (209,85,195). Sum of RGB (Red+Green+Blue) = 209+85+195=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D155C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155C3 is #2EAA3C. Grayscale: #868686. Windows color (decimal): -3058237 or 12801489. OLE color: 12801489.

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

Color convert

RGB 209 85 195 -
CMYK 0 0.59 0.07 0.18
HSL 306.77º 0.57% 0.58% -
HSV(B) 306.77º 0.59% 0.82% -
XYZ 39.39 23.99 54.18 -
YUV 134.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 209 85 195 0 0.59 0.07 0.18 306.77 0.57 0.58
Hex D1 55 C3 0 3B 7 12 133 39 3A
Octal 321 125 303 0 73 7 22 463 71 72
Binary 11010001 1010101 11000011 0 111011 111 10010 100110011 111001 111010

Color Harmonies of #D155C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155C3

Black with #D155C3

Text Example


Text Example

White with #D155C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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