Html Css Color HEX #D15BBE Fuchsia

📋 copy color: '#D15BBE'

red 209 ◦ green 91 ◦ blue 190

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

Shades of Fuchsia #D15BBE

Tints of Fuchsia #D15BBE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.57%

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 42.65%
G = 18.57%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D15BBE (or 0xD15BBE) is known color: Fuchsia. HEX triplet: D1, 5B and BE. RGB value is (209,91,190). Sum of RGB (Red+Green+Blue) = 209+91+190=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15BBE is #2EA441. Grayscale: #898989. Windows color (decimal): -3056706 or 12475345. OLE color: 12475345.

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

Color convert

RGB 209 91 190 -
CMYK 0 0.56 0.09 0.18
HSL 309.66º 0.56% 0.59% -
HSV(B) 309.66º 0.56% 0.82% -
XYZ 39.33 24.76 51.42 -
YUV 137.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 209 91 190 0 0.56 0.09 0.18 309.66 0.56 0.59
Hex D1 5B BE 0 38 9 12 136 38 3B
Octal 321 133 276 0 70 11 22 466 70 73
Binary 11010001 1011011 10111110 0 111000 1001 10010 100110110 111000 111011

Color Harmonies of #D15BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15BBE

Black with #D15BBE

Text Example


Text Example

White with #D15BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15BBE; }

 p { color: rgb(209,91,190); }

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

background-color css

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

 a { background-color: rgb(209,91,190); }

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

border-color css

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

 span { border-color: rgb(209,91,190); }

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