Html Css Color HEX #D155C5 Fuchsia

📋 copy color: '#D155C5'

red 209 ◦ green 85 ◦ blue 197

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

Shades of Fuchsia #D155C5

Tints of Fuchsia #D155C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.12%

R = 42.57%
G = 17.31%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D155C5 (or 0xD155C5) is known color: Fuchsia. HEX triplet: D1, 55 and C5. RGB value is (209,85,197). Sum of RGB (Red+Green+Blue) = 209+85+197=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D155C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155C5 is #2EAA3A. Grayscale: #868686. Windows color (decimal): -3058235 or 12932561. OLE color: 12932561.

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

Color convert

RGB 209 85 197 -
CMYK 0 0.59 0.06 0.18
HSL 305.81º 0.57% 0.58% -
HSV(B) 305.81º 0.59% 0.82% -
XYZ 39.62 24.08 55.38 -
YUV 134.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 209 85 197 0 0.59 0.06 0.18 305.81 0.57 0.58
Hex D1 55 C5 0 3B 6 12 132 39 3A
Octal 321 125 305 0 73 6 22 462 71 72
Binary 11010001 1010101 11000101 0 111011 110 10010 100110010 111001 111010

Color Harmonies of #D155C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155C5

Black with #D155C5

Text Example


Text Example

White with #D155C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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