Html Css Color HEX #D15FC5 Fuchsia

📋 copy color: '#D15FC5'

red 209 ◦ green 95 ◦ blue 197

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

Shades of Fuchsia #D15FC5

Tints of Fuchsia #D15FC5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.96%

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

R = 41.72%
G = 18.96%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D15FC5 (or 0xD15FC5) is known color: Fuchsia. HEX triplet: D1, 5F and C5. RGB value is (209,95,197). Sum of RGB (Red+Green+Blue) = 209+95+197=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FC5 is #2EA03A. Grayscale: #8C8C8C. Windows color (decimal): -3055675 or 12935121. OLE color: 12935121.

HSL color Cylindrical-coordinate representation of color #D15FC5: hue angle of 306.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15FC5 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 95 197 -
CMYK 0 0.55 0.06 0.18
HSL 306.32º 0.55% 0.6% -
HSV(B) 306.32º 0.55% 0.82% -
XYZ 40.46 25.77 55.66 -
YUV 140.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 209 95 197 0 0.55 0.06 0.18 306.32 0.55 0.6
Hex D1 5F C5 0 37 6 12 132 37 3C
Octal 321 137 305 0 67 6 22 462 67 74
Binary 11010001 1011111 11000101 0 110111 110 10010 100110010 110111 111100

Color Harmonies of #D15FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FC5

Black with #D15FC5

Text Example


Text Example

White with #D15FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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