Html Css Color HEX #D154BB Fuchsia

📋 copy color: '#D154BB'

red 209 ◦ green 84 ◦ blue 187

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

Shades of Fuchsia #D154BB

Tints of Fuchsia #D154BB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.5%

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

R = 43.54%
G = 17.5%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D154BB (or 0xD154BB) is known color: Fuchsia. HEX triplet: D1, 54 and BB. RGB value is (209,84,187). Sum of RGB (Red+Green+Blue) = 209+84+187=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D154BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D154BB is #2EAB44. Grayscale: #848484. Windows color (decimal): -3058501 or 12276945. OLE color: 12276945.

HSL color Cylindrical-coordinate representation of color #D154BB: hue angle of 310.56º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D154BB is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 84 187 -
CMYK 0 0.60 0.11 0.18
HSL 310.56º 0.58% 0.57% -
HSV(B) 310.56º 0.6% 0.82% -
XYZ 38.43 23.48 49.52 -
YUV 133.12 158.41 182.12 -
System Red Green Blue C M Y K H S L
Decimal 209 84 187 0 0.60 0.11 0.18 310.56 0.58 0.57
Hex D1 54 BB 0 3C B 12 137 3A 39
Octal 321 124 273 0 74 13 22 467 72 71
Binary 11010001 1010100 10111011 0 111100 1011 10010 100110111 111010 111001

Color Harmonies of #D154BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D154BB

Black with #D154BB

Text Example


Text Example

White with #D154BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D154BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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