Html Css Color HEX #D154B9 Fuchsia

📋 copy color: '#D154B9'

red 209 ◦ green 84 ◦ blue 185

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

Shades of Fuchsia #D154B9

Tints of Fuchsia #D154B9

RGB

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

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

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

R = 43.72%
G = 17.57%
B = 38.7%

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

#D154B9 (or 0xD154B9) is known color: Fuchsia. HEX triplet: D1, 54 and B9. RGB value is (209,84,185). Sum of RGB (Red+Green+Blue) = 209+84+185=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D154B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D154B9 is #2EAB46. Grayscale: #848484. Windows color (decimal): -3058503 or 12145873. OLE color: 12145873.

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

Color convert

RGB 209 84 185 -
CMYK 0 0.60 0.11 0.18
HSL 311.52º 0.58% 0.57% -
HSV(B) 311.52º 0.6% 0.82% -
XYZ 38.22 23.4 48.4 -
YUV 132.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 209 84 185 0 0.60 0.11 0.18 311.52 0.58 0.57
Hex D1 54 B9 0 3C B 12 138 3A 39
Octal 321 124 271 0 74 13 22 470 72 71
Binary 11010001 1010100 10111001 0 111100 1011 10010 100111000 111010 111001

Color Harmonies of #D154B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D154B9

Black with #D154B9

Text Example


Text Example

White with #D154B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D154B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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