Html Css Color HEX #D15CC1 Fuchsia

📋 copy color: '#D15CC1'

red 209 ◦ green 92 ◦ blue 193

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

Shades of Fuchsia #D15CC1

Tints of Fuchsia #D15CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.07%

R = 42.31%
G = 18.62%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D15CC1 (or 0xD15CC1) is known color: Fuchsia. HEX triplet: D1, 5C and C1. RGB value is (209,92,193). Sum of RGB (Red+Green+Blue) = 209+92+193=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CC1 is #2EA33E. Grayscale: #8A8A8A. Windows color (decimal): -3056447 or 12672209. OLE color: 12672209.

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

Color convert

RGB 209 92 193 -
CMYK 0 0.56 0.08 0.18
HSL 308.21º 0.56% 0.59% -
HSV(B) 308.21º 0.56% 0.82% -
XYZ 39.75 25.06 53.19 -
YUV 138.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 209 92 193 0 0.56 0.08 0.18 308.21 0.56 0.59
Hex D1 5C C1 0 38 8 12 134 38 3B
Octal 321 134 301 0 70 10 22 464 70 73
Binary 11010001 1011100 11000001 0 111000 1000 10010 100110100 111000 111011

Color Harmonies of #D15CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15CC1

Black with #D15CC1

Text Example


Text Example

White with #D15CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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