Html Css Color HEX #D154B2 Fuchsia

📋 copy color: '#D154B2'

red 209 ◦ green 84 ◦ blue 178

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

Shades of Fuchsia #D154B2

Tints of Fuchsia #D154B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.79%

R = 44.37%
G = 17.83%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D154B2 (or 0xD154B2) is known color: Fuchsia. HEX triplet: D1, 54 and B2. RGB value is (209,84,178). Sum of RGB (Red+Green+Blue) = 209+84+178=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D154B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D154B2 is #2EAB4D. Grayscale: #838383. Windows color (decimal): -3058510 or 11687121. OLE color: 11687121.

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

Color convert

RGB 209 84 178 -
CMYK 0 0.60 0.15 0.18
HSL 314.88º 0.58% 0.57% -
HSV(B) 314.88º 0.6% 0.82% -
XYZ 37.5 23.11 44.6 -
YUV 132.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 209 84 178 0 0.60 0.15 0.18 314.88 0.58 0.57
Hex D1 54 B2 0 3C F 12 13B 3A 39
Octal 321 124 262 0 74 17 22 473 72 71
Binary 11010001 1010100 10110010 0 111100 1111 10010 100111011 111010 111001

Color Harmonies of #D154B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D154B2

Black with #D154B2

Text Example


Text Example

White with #D154B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D154B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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