Html Css Color HEX #D147C7 Fuchsia

📋 copy color: '#D147C7'

red 209 ◦ green 71 ◦ blue 199

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

Shades of Fuchsia #D147C7

Tints of Fuchsia #D147C7

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.82%

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

R = 43.63%
G = 14.82%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D147C7 (or 0xD147C7) is known color: Fuchsia. HEX triplet: D1, 47 and C7. RGB value is (209,71,199). Sum of RGB (Red+Green+Blue) = 209+71+199=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D147C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147C7 is #2EB838. Grayscale: #7E7E7E. Windows color (decimal): -3061817 or 13060049. OLE color: 13060049.

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

Color convert

RGB 209 71 199 -
CMYK 0 0.66 0.05 0.18
HSL 304.35º 0.6% 0.55% -
HSV(B) 304.35º 0.66% 0.82% -
XYZ 38.86 22.19 56.27 -
YUV 126.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 209 71 199 0 0.66 0.05 0.18 304.35 0.6 0.55
Hex D1 47 C7 0 42 5 12 130 3C 37
Octal 321 107 307 0 102 5 22 460 74 67
Binary 11010001 1000111 11000111 0 1000010 101 10010 100110000 111100 110111

Color Harmonies of #D147C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D147C7

Black with #D147C7

Text Example


Text Example

White with #D147C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D147C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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