Html Css Color HEX #D149C1 Fuchsia

📋 copy color: '#D149C1'

red 209 ◦ green 73 ◦ blue 193

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

Shades of Fuchsia #D149C1

Tints of Fuchsia #D149C1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.37%

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 44%
G = 15.37%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D149C1 (or 0xD149C1) is known color: Fuchsia. HEX triplet: D1, 49 and C1. RGB value is (209,73,193). Sum of RGB (Red+Green+Blue) = 209+73+193=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D149C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149C1 is #2EB63E. Grayscale: #7F7F7F. Windows color (decimal): -3061311 or 12667345. OLE color: 12667345.

HSL color Cylindrical-coordinate representation of color #D149C1: hue angle of 307.06º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D149C1 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 73 193 -
CMYK 0 0.65 0.08 0.18
HSL 307.06º 0.6% 0.55% -
HSV(B) 307.06º 0.65% 0.82% -
XYZ 38.3 22.17 52.71 -
YUV 127.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 209 73 193 0 0.65 0.08 0.18 307.06 0.6 0.55
Hex D1 49 C1 0 41 8 12 133 3C 37
Octal 321 111 301 0 101 10 22 463 74 67
Binary 11010001 1001001 11000001 0 1000001 1000 10010 100110011 111100 110111

Color Harmonies of #D149C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149C1

Black with #D149C1

Text Example


Text Example

White with #D149C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149C1; }

 p { color: rgb(209,73,193); }

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

background-color css

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

 a { background-color: rgb(209,73,193); }

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

border-color css

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

 span { border-color: rgb(209,73,193); }

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