Html Css Color HEX #D150C3 Fuchsia

📋 copy color: '#D150C3'

red 209 ◦ green 80 ◦ blue 195

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

Shades of Fuchsia #D150C3

Tints of Fuchsia #D150C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.29%

R = 43.18%
G = 16.53%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D150C3 (or 0xD150C3) is known color: Fuchsia. HEX triplet: D1, 50 and C3. RGB value is (209,80,195). Sum of RGB (Red+Green+Blue) = 209+80+195=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D150C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150C3 is #2EAF3C. Grayscale: #838383. Windows color (decimal): -3059517 or 12800209. OLE color: 12800209.

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

Color convert

RGB 209 80 195 -
CMYK 0 0.62 0.07 0.18
HSL 306.51º 0.58% 0.57% -
HSV(B) 306.51º 0.62% 0.82% -
XYZ 39.01 23.23 54.06 -
YUV 131.68 163.74 183.15 -
System Red Green Blue C M Y K H S L
Decimal 209 80 195 0 0.62 0.07 0.18 306.51 0.58 0.57
Hex D1 50 C3 0 3E 7 12 133 3A 39
Octal 321 120 303 0 76 7 22 463 72 71
Binary 11010001 1010000 11000011 0 111110 111 10010 100110011 111010 111001

Color Harmonies of #D150C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150C3

Black with #D150C3

Text Example


Text Example

White with #D150C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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