Html Css Color HEX #D154B5 Fuchsia

📋 copy color: '#D154B5'

red 209 ◦ green 84 ◦ blue 181

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

Shades of Fuchsia #D154B5

Tints of Fuchsia #D154B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.19%

R = 44.09%
G = 17.72%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D154B5 (or 0xD154B5) is known color: Fuchsia. HEX triplet: D1, 54 and B5. RGB value is (209,84,181). Sum of RGB (Red+Green+Blue) = 209+84+181=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D154B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D154B5 is #2EAB4A. Grayscale: #848484. Windows color (decimal): -3058507 or 11883729. OLE color: 11883729.

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

Color convert

RGB 209 84 181 -
CMYK 0 0.60 0.13 0.18
HSL 313.44º 0.58% 0.57% -
HSV(B) 313.44º 0.6% 0.82% -
XYZ 37.81 23.23 46.21 -
YUV 132.43 155.41 182.61 -
System Red Green Blue C M Y K H S L
Decimal 209 84 181 0 0.60 0.13 0.18 313.44 0.58 0.57
Hex D1 54 B5 0 3C D 12 139 3A 39
Octal 321 124 265 0 74 15 22 471 72 71
Binary 11010001 1010100 10110101 0 111100 1101 10010 100111001 111010 111001

Color Harmonies of #D154B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D154B5

Black with #D154B5

Text Example


Text Example

White with #D154B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D154B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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