Html Css Color HEX #D150B6 Fuchsia

📋 copy color: '#D150B6'

red 209 ◦ green 80 ◦ blue 182

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

Shades of Fuchsia #D150B6

Tints of Fuchsia #D150B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 44.37%
G = 16.99%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D150B6 (or 0xD150B6) is known color: Fuchsia. HEX triplet: D1, 50 and B6. RGB value is (209,80,182). Sum of RGB (Red+Green+Blue) = 209+80+182=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D150B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150B6 is #2EAF49. Grayscale: #818181. Windows color (decimal): -3059530 or 11948241. OLE color: 11948241.

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

Color convert

RGB 209 80 182 -
CMYK 0 0.62 0.13 0.18
HSL 312.56º 0.58% 0.57% -
HSV(B) 312.56º 0.62% 0.82% -
XYZ 37.61 22.67 46.65 -
YUV 130.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 209 80 182 0 0.62 0.13 0.18 312.56 0.58 0.57
Hex D1 50 B6 0 3E D 12 139 3A 39
Octal 321 120 266 0 76 15 22 471 72 71
Binary 11010001 1010000 10110110 0 111110 1101 10010 100111001 111010 111001

Color Harmonies of #D150B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150B6

Black with #D150B6

Text Example


Text Example

White with #D150B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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