Html Css Color HEX #D15CC5 Fuchsia

📋 copy color: '#D15CC5'

red 209 ◦ green 92 ◦ blue 197

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

Shades of Fuchsia #D15CC5

Tints of Fuchsia #D15CC5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.47%

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

R = 41.97%
G = 18.47%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D15CC5 (or 0xD15CC5) is known color: Fuchsia. HEX triplet: D1, 5C and C5. RGB value is (209,92,197). Sum of RGB (Red+Green+Blue) = 209+92+197=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CC5 is #2EA33A. Grayscale: #8A8A8A. Windows color (decimal): -3056443 or 12934353. OLE color: 12934353.

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

Color convert

RGB 209 92 197 -
CMYK 0 0.56 0.06 0.18
HSL 306.15º 0.56% 0.59% -
HSV(B) 306.15º 0.56% 0.82% -
XYZ 40.2 25.24 55.58 -
YUV 138.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 209 92 197 0 0.56 0.06 0.18 306.15 0.56 0.59
Hex D1 5C C5 0 38 6 12 132 38 3B
Octal 321 134 305 0 70 6 22 462 70 73
Binary 11010001 1011100 11000101 0 111000 110 10010 100110010 111000 111011

Color Harmonies of #D15CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15CC5

Black with #D15CC5

Text Example


Text Example

White with #D15CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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