Html Css Color HEX #D15EC0 Fuchsia

📋 copy color: '#D15EC0'

red 209 ◦ green 94 ◦ blue 192

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

Shades of Fuchsia #D15EC0

Tints of Fuchsia #D15EC0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.99%

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

R = 42.22%
G = 18.99%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D15EC0 (or 0xD15EC0) is known color: Fuchsia. HEX triplet: D1, 5E and C0. RGB value is (209,94,192). Sum of RGB (Red+Green+Blue) = 209+94+192=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D15EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15EC0 is #2EA13F. Grayscale: #8B8B8B. Windows color (decimal): -3055936 or 12607185. OLE color: 12607185.

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

Color convert

RGB 209 94 192 -
CMYK 0 0.55 0.08 0.18
HSL 308.87º 0.56% 0.59% -
HSV(B) 308.87º 0.55% 0.82% -
XYZ 39.81 25.37 52.67 -
YUV 139.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 209 94 192 0 0.55 0.08 0.18 308.87 0.56 0.59
Hex D1 5E C0 0 37 8 12 135 38 3B
Octal 321 136 300 0 67 10 22 465 70 73
Binary 11010001 1011110 11000000 0 110111 1000 10010 100110101 111000 111011

Color Harmonies of #D15EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15EC0

Black with #D15EC0

Text Example


Text Example

White with #D15EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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