Html Css Color HEX #D15DC0 Fuchsia

📋 copy color: '#D15DC0'

red 209 ◦ green 93 ◦ blue 192

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

Shades of Fuchsia #D15DC0

Tints of Fuchsia #D15DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.83%

 BLUE value IS 192 (75.39% from 255) = 38.87%

R = 42.31%
G = 18.83%
B = 38.87%

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

#D15DC0 (or 0xD15DC0) is known color: Fuchsia. HEX triplet: D1, 5D and C0. RGB value is (209,93,192). Sum of RGB (Red+Green+Blue) = 209+93+192=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DC0 is #2EA23F. Grayscale: #8A8A8A. Windows color (decimal): -3056192 or 12606929. OLE color: 12606929.

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

Color convert

RGB 209 93 192 -
CMYK 0 0.56 0.08 0.18
HSL 308.79º 0.56% 0.59% -
HSV(B) 308.79º 0.56% 0.82% -
XYZ 39.72 25.19 52.64 -
YUV 138.97 157.93 177.95 -
System Red Green Blue C M Y K H S L
Decimal 209 93 192 0 0.56 0.08 0.18 308.79 0.56 0.59
Hex D1 5D C0 0 38 8 12 135 38 3B
Octal 321 135 300 0 70 10 22 465 70 73
Binary 11010001 1011101 11000000 0 111000 1000 10010 100110101 111000 111011

Color Harmonies of #D15DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15DC0

Black with #D15DC0

Text Example


Text Example

White with #D15DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15DC0; }

 p { color: rgb(209,93,192); }

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

background-color css

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

 a { background-color: rgb(209,93,192); }

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

border-color css

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

 span { border-color: rgb(209,93,192); }

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