Html Css Color HEX #D15AB9 Fuchsia

📋 copy color: '#D15AB9'

red 209 ◦ green 90 ◦ blue 185

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

Shades of Fuchsia #D15AB9

Tints of Fuchsia #D15AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.22%

R = 43.18%
G = 18.6%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D15AB9 (or 0xD15AB9) is known color: Fuchsia. HEX triplet: D1, 5A and B9. RGB value is (209,90,185). Sum of RGB (Red+Green+Blue) = 209+90+185=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D15AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15AB9 is #2EA546. Grayscale: #888888. Windows color (decimal): -3056967 or 12147409. OLE color: 12147409.

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

Color convert

RGB 209 90 185 -
CMYK 0 0.57 0.11 0.18
HSL 312.1º 0.56% 0.59% -
HSV(B) 312.1º 0.57% 0.82% -
XYZ 38.71 24.37 48.56 -
YUV 136.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 209 90 185 0 0.57 0.11 0.18 312.1 0.56 0.59
Hex D1 5A B9 0 39 B 12 138 38 3B
Octal 321 132 271 0 71 13 22 470 70 73
Binary 11010001 1011010 10111001 0 111001 1011 10010 100111000 111000 111011

Color Harmonies of #D15AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15AB9

Black with #D15AB9

Text Example


Text Example

White with #D15AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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