Html Css Color HEX #D150B0 Fuchsia

📋 copy color: '#D150B0'

red 209 ◦ green 80 ◦ blue 176

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

Shades of Fuchsia #D150B0

Tints of Fuchsia #D150B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.85%

R = 44.95%
G = 17.2%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D150B0 (or 0xD150B0) is known color: Fuchsia. HEX triplet: D1, 50 and B0. RGB value is (209,80,176). Sum of RGB (Red+Green+Blue) = 209+80+176=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D150B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D150B0 is #2EAF4F. Grayscale: #818181. Windows color (decimal): -3059536 or 11555025. OLE color: 11555025.

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

Color convert

RGB 209 80 176 -
CMYK 0 0.62 0.16 0.18
HSL 315.35º 0.58% 0.57% -
HSV(B) 315.35º 0.62% 0.82% -
XYZ 37 22.43 43.45 -
YUV 129.52 154.24 184.69 -
System Red Green Blue C M Y K H S L
Decimal 209 80 176 0 0.62 0.16 0.18 315.35 0.58 0.57
Hex D1 50 B0 0 3E 10 12 13B 3A 39
Octal 321 120 260 0 76 20 22 473 72 71
Binary 11010001 1010000 10110000 0 111110 10000 10010 100111011 111010 111001

Color Harmonies of #D150B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150B0

Black with #D150B0

Text Example


Text Example

White with #D150B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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