Html Css Color HEX #D150C7 Fuchsia

📋 copy color: '#D150C7'

red 209 ◦ green 80 ◦ blue 199

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

Shades of Fuchsia #D150C7

Tints of Fuchsia #D150C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.78%

R = 42.83%
G = 16.39%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D150C7 (or 0xD150C7) is known color: Fuchsia. HEX triplet: D1, 50 and C7. RGB value is (209,80,199). Sum of RGB (Red+Green+Blue) = 209+80+199=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D150C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150C7 is #2EAF38. Grayscale: #838383. Windows color (decimal): -3059513 or 13062353. OLE color: 13062353.

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

Color convert

RGB 209 80 199 -
CMYK 0 0.62 0.05 0.18
HSL 304.65º 0.58% 0.57% -
HSV(B) 304.65º 0.62% 0.82% -
XYZ 39.47 23.42 56.47 -
YUV 132.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 209 80 199 0 0.62 0.05 0.18 304.65 0.58 0.57
Hex D1 50 C7 0 3E 5 12 131 3A 39
Octal 321 120 307 0 76 5 22 461 72 71
Binary 11010001 1010000 11000111 0 111110 101 10010 100110001 111010 111001

Color Harmonies of #D150C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150C7

Black with #D150C7

Text Example


Text Example

White with #D150C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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