Html Css Color HEX #D15EB2 Fuchsia

📋 copy color: '#D15EB2'

red 209 ◦ green 94 ◦ blue 178

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

Shades of Fuchsia #D15EB2

Tints of Fuchsia #D15EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 43.45%
G = 19.54%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D15EB2 (or 0xD15EB2) is known color: Fuchsia. HEX triplet: D1, 5E and B2. RGB value is (209,94,178). Sum of RGB (Red+Green+Blue) = 209+94+178=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D15EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15EB2 is #2EA14D. Grayscale: #898989. Windows color (decimal): -3055950 or 11689681. OLE color: 11689681.

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

Color convert

RGB 209 94 178 -
CMYK 0 0.55 0.15 0.18
HSL 316.17º 0.56% 0.59% -
HSV(B) 316.17º 0.55% 0.82% -
XYZ 38.33 24.78 44.88 -
YUV 137.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 209 94 178 0 0.55 0.15 0.18 316.17 0.56 0.59
Hex D1 5E B2 0 37 F 12 13C 38 3B
Octal 321 136 262 0 67 17 22 474 70 73
Binary 11010001 1011110 10110010 0 110111 1111 10010 100111100 111000 111011

Color Harmonies of #D15EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15EB2

Black with #D15EB2

Text Example


Text Example

White with #D15EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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