Html Css Color HEX #D15AB8 Fuchsia

📋 copy color: '#D15AB8'

red 209 ◦ green 90 ◦ blue 184

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

Shades of Fuchsia #D15AB8

Tints of Fuchsia #D15AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.1%

R = 43.27%
G = 18.63%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D15AB8 (or 0xD15AB8) is known color: Fuchsia. HEX triplet: D1, 5A and B8. RGB value is (209,90,184). Sum of RGB (Red+Green+Blue) = 209+90+184=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D15AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15AB8 is #2EA547. Grayscale: #888888. Windows color (decimal): -3056968 or 12081873. OLE color: 12081873.

HSL color Cylindrical-coordinate representation of color #D15AB8: hue angle of 312.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 #D15AB8 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 90 184 -
CMYK 0 0.57 0.12 0.18
HSL 312.61º 0.56% 0.59% -
HSV(B) 312.61º 0.57% 0.82% -
XYZ 38.6 24.33 48.01 -
YUV 136.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 209 90 184 0 0.57 0.12 0.18 312.61 0.56 0.59
Hex D1 5A B8 0 39 C 12 139 38 3B
Octal 321 132 270 0 71 14 22 471 70 73
Binary 11010001 1011010 10111000 0 111001 1100 10010 100111001 111000 111011

Color Harmonies of #D15AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15AB8

Black with #D15AB8

Text Example


Text Example

White with #D15AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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