Html Css Color HEX #D150B3 Fuchsia

📋 copy color: '#D150B3'

red 209 ◦ green 80 ◦ blue 179

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

Shades of Fuchsia #D150B3

Tints of Fuchsia #D150B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.25%

R = 44.66%
G = 17.09%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D150B3 (or 0xD150B3) is known color: Fuchsia. HEX triplet: D1, 50 and B3. RGB value is (209,80,179). Sum of RGB (Red+Green+Blue) = 209+80+179=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D150B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150B3 is #2EAF4C. Grayscale: #818181. Windows color (decimal): -3059533 or 11751633. OLE color: 11751633.

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

Color convert

RGB 209 80 179 -
CMYK 0 0.62 0.14 0.18
HSL 313.95º 0.58% 0.57% -
HSV(B) 313.95º 0.62% 0.82% -
XYZ 37.3 22.55 45.03 -
YUV 129.86 155.74 184.45 -
System Red Green Blue C M Y K H S L
Decimal 209 80 179 0 0.62 0.14 0.18 313.95 0.58 0.57
Hex D1 50 B3 0 3E E 12 13A 3A 39
Octal 321 120 263 0 76 16 22 472 72 71
Binary 11010001 1010000 10110011 0 111110 1110 10010 100111010 111010 111001

Color Harmonies of #D150B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150B3

Black with #D150B3

Text Example


Text Example

White with #D150B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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