Html Css Color HEX #D150B9 Fuchsia

📋 copy color: '#D150B9'

red 209 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #D150B9

Tints of Fuchsia #D150B9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.88%

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

R = 44.09%
G = 16.88%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D150B9 (or 0xD150B9) is known color: Fuchsia. HEX triplet: D1, 50 and B9. RGB value is (209,80,185). Sum of RGB (Red+Green+Blue) = 209+80+185=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D150B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150B9 is #2EAF46. Grayscale: #828282. Windows color (decimal): -3059527 or 12144849. OLE color: 12144849.

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

Color convert

RGB 209 80 185 -
CMYK 0 0.62 0.11 0.18
HSL 311.16º 0.58% 0.57% -
HSV(B) 311.16º 0.62% 0.82% -
XYZ 37.92 22.8 48.3 -
YUV 130.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 209 80 185 0 0.62 0.11 0.18 311.16 0.58 0.57
Hex D1 50 B9 0 3E B 12 137 3A 39
Octal 321 120 271 0 76 13 22 467 72 71
Binary 11010001 1010000 10111001 0 111110 1011 10010 100110111 111010 111001

Color Harmonies of #D150B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150B9

Black with #D150B9

Text Example


Text Example

White with #D150B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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