Html Css Color HEX #D150B5 Fuchsia

📋 copy color: '#D150B5'

red 209 ◦ green 80 ◦ blue 181

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

Shades of Fuchsia #D150B5

Tints of Fuchsia #D150B5

RGB

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

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

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

R = 44.47%
G = 17.02%
B = 38.51%

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

#D150B5 (or 0xD150B5) is known color: Fuchsia. HEX triplet: D1, 50 and B5. RGB value is (209,80,181). Sum of RGB (Red+Green+Blue) = 209+80+181=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D150B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150B5 is #2EAF4A. Grayscale: #818181. Windows color (decimal): -3059531 or 11882705. OLE color: 11882705.

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

Color convert

RGB 209 80 181 -
CMYK 0 0.62 0.13 0.18
HSL 313.02º 0.58% 0.57% -
HSV(B) 313.02º 0.62% 0.82% -
XYZ 37.5 22.63 46.11 -
YUV 130.09 156.74 184.29 -
System Red Green Blue C M Y K H S L
Decimal 209 80 181 0 0.62 0.13 0.18 313.02 0.58 0.57
Hex D1 50 B5 0 3E D 12 139 3A 39
Octal 321 120 265 0 76 15 22 471 72 71
Binary 11010001 1010000 10110101 0 111110 1101 10010 100111001 111010 111001

Color Harmonies of #D150B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150B5

Black with #D150B5

Text Example


Text Example

White with #D150B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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