Html Css Color HEX #D15ABB Fuchsia

📋 copy color: '#D15ABB'

red 209 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #D15ABB

Tints of Fuchsia #D15ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 43%
G = 18.52%
B = 38.48%

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

#D15ABB (or 0xD15ABB) is known color: Fuchsia. HEX triplet: D1, 5A and BB. RGB value is (209,90,187). Sum of RGB (Red+Green+Blue) = 209+90+187=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ABB is #2EA544. Grayscale: #888888. Windows color (decimal): -3056965 or 12278481. OLE color: 12278481.

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

Color convert

RGB 209 90 187 -
CMYK 0 0.57 0.11 0.18
HSL 311.09º 0.56% 0.59% -
HSV(B) 311.09º 0.57% 0.82% -
XYZ 38.92 24.46 49.68 -
YUV 136.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 209 90 187 0 0.57 0.11 0.18 311.09 0.56 0.59
Hex D1 5A BB 0 39 B 12 137 38 3B
Octal 321 132 273 0 71 13 22 467 70 73
Binary 11010001 1011010 10111011 0 111001 1011 10010 100110111 111000 111011

Color Harmonies of #D15ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15ABB

Black with #D15ABB

Text Example


Text Example

White with #D15ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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