Html Css Color HEX #D15AB6 Fuchsia

📋 copy color: '#D15AB6'

red 209 ◦ green 90 ◦ blue 182

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

Shades of Fuchsia #D15AB6

Tints of Fuchsia #D15AB6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.71%

 BLUE value IS 182 (71.48% from 255) = 37.84%

R = 43.45%
G = 18.71%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D15AB6 (or 0xD15AB6) is known color: Fuchsia. HEX triplet: D1, 5A and B6. RGB value is (209,90,182). Sum of RGB (Red+Green+Blue) = 209+90+182=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D15AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15AB6 is #2EA549. Grayscale: #878787. Windows color (decimal): -3056970 or 11950801. OLE color: 11950801.

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

Color convert

RGB 209 90 182 -
CMYK 0 0.57 0.13 0.18
HSL 313.61º 0.56% 0.59% -
HSV(B) 313.61º 0.57% 0.82% -
XYZ 38.39 24.25 46.91 -
YUV 136.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 209 90 182 0 0.57 0.13 0.18 313.61 0.56 0.59
Hex D1 5A B6 0 39 D 12 13A 38 3B
Octal 321 132 266 0 71 15 22 472 70 73
Binary 11010001 1011010 10110110 0 111001 1101 10010 100111010 111000 111011

Color Harmonies of #D15AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15AB6

Black with #D15AB6

Text Example


Text Example

White with #D15AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15AB6; }

 p { color: rgb(209,90,182); }

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

background-color css

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

 a { background-color: rgb(209,90,182); }

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

border-color css

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

 span { border-color: rgb(209,90,182); }

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